Merge pull request #5716 from EightMonth/springboot3

升级fastjson至2.0.43,替换tomcat为undertow
This commit is contained in:
JEECG
2023-12-26 17:21:30 +08:00
committed by GitHub
9 changed files with 85 additions and 45 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>