Compare commits

...

2 Commits

View File

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