51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Undertow
springboot中使用undertow2启用Http2
转载自:https://segmentfault.com/a/1190000013644784maven<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-start...
代码星球
·
2020-05-15
springboot
使用
undertow2
启用
Http2
Spring Boot 容器选择 Undertow 而不是 Tomcat Spring Boot 内嵌容器Unde
配置项:#设置IO线程数,它主要执行非阻塞的任务,它们会负责多个连接,默认设置每个CPU核心一个线程#不要设置过大,如果过大,启动项目会报错:打开文件数过多server.undertow.io-threads=16server.undertow.worker-threads=256server.undertow.buf...
代码星球
·
2020-04-14
Spring
Boot
容器
选择
Undertow
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他