开发测试阶段暂时使用undertow,否则servlet报错,上线时注意注释掉
This commit is contained in:
parent
f5339d6237
commit
6d682c6870
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user