main
黄海 11 months ago
parent 7b6fd824f7
commit c5faaf5005

@ -12,7 +12,7 @@
<artifactId>gw-exam</artifactId>
<version>1.0.0</version>
<name>gw-charge</name>
<name>gw-exam</name>
<dependencies>
<!--zuul 网关-->

@ -64,18 +64,6 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<!--排除掉Tomcat8-->
<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>
<groupId>org.springframework.boot</groupId>

Loading…
Cancel
Save