Compare commits

..

No commits in common. "1ed13610ab26e17cf81c12fef29d8c84f02d143c" and "f83c8bfb765af0a6e07a1f54d6662459f99d6e5b" have entirely different histories.

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>