fallback 容器使用默认的tomcat

pull/130/head
1351515658@qq.com 2024-08-18 18:24:59 +08:00
parent 464fd60637
commit 131fe3a69f
1 changed files with 0 additions and 12 deletions

View File

@ -32,18 +32,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>
<dependency>