升级fastjson至2.0.43,替换tomcat为undertow

This commit is contained in:
EightMonth
2023-12-26 15:03:35 +08:00
parent f4454e9348
commit b311fedc6b
7 changed files with 76 additions and 38 deletions

View File

@ -53,6 +53,16 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
<!-- websocket -->
<dependency>