knife4j升级4.3.0架构改造

This commit is contained in:
EightMonth
2023-12-27 11:03:40 +08:00
parent 32d00dda04
commit 82a2a676a5
8 changed files with 253 additions and 198 deletions

View File

@ -34,17 +34,6 @@
<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>
<!--undertow容器-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
</dependency>
</dependencies>