update 优化 临时升级 undertow 版本 解决虚拟线程溢出问题

This commit is contained in:
疯狂的狮子Li
2024-08-07 09:58:11 +08:00
parent f124fbd6aa
commit 6d28072167
2 changed files with 17 additions and 0 deletions

View File

@ -43,6 +43,22 @@
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>${undertow.version}</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>${undertow.version}</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
<version>${undertow.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>