Compare commits

...

2 Commits

View File

@ -38,10 +38,10 @@
</exclusions> </exclusions>
</dependency> </dependency>
<!-- web 容器使用 undertow 性能更强 --> <!-- web 容器使用 undertow 性能更强 -->
<!--<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId> <artifactId>spring-boot-starter-undertow</artifactId>
</dependency>--> </dependency>
<!-- 添加tongweb-spring-boot-starter依赖 --> <!-- 添加tongweb-spring-boot-starter依赖 -->
<!--<dependency> <!--<dependency>
<groupId>com.tongweb.springboot</groupId> <groupId>com.tongweb.springboot</groupId>