main
黄海 12 months ago
parent ec4c039f28
commit 7d5c48c5d3

@ -63,6 +63,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<!--排除掉Tomcat8-->
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
@ -70,6 +71,7 @@
</exclusion>
</exclusions>
</dependency>
<!--使用Undertow-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>

Loading…
Cancel
Save