#Undertow

springboot中使用undertow2启用Http2

转载自:https://segmentfault.com/a/1190000013644784maven<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-start...

Spring Boot 容器选择 Undertow 而不是 Tomcat Spring Boot 内嵌容器Unde

配置项:#设置IO线程数,它主要执行非阻塞的任务,它们会负责多个连接,默认设置每个CPU核心一个线程#不要设置过大,如果过大,启动项目会报错:打开文件数过多server.undertow.io-threads=16server.undertow.worker-threads=256server.undertow.buf...