添加误移除内容

pull/8039/head
EightMonth 2025-03-31 16:36:43 +08:00
parent fcc7842e89
commit 20037ae02b
1 changed files with 11 additions and 0 deletions

View File

@ -34,6 +34,17 @@
<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>