开发测试阶段暂时使用undertow,否则servlet报错,上线时注意注释掉

This commit is contained in:
xiaocp2009 2025-08-19 09:21:55 +08:00
parent f5339d6237
commit 6d682c6870

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>