REM:
1. 增加undertow依赖,解决在undertow在服务器上无法启动问题
This commit is contained in:
HuangXin 2020-08-12 16:34:46 +08:00
parent 017727b2eb
commit 23add99dbf
1 changed files with 5 additions and 3 deletions

View File

@ -7,9 +7,6 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.9.RELEASE</version> <version>2.2.9.RELEASE</version>
<!-- <groupId>com.cmcc.hy</groupId>-->
<!-- <artifactId>phoenix-boot</artifactId>-->
<!-- <version>0.0.4</version>-->
<relativePath/> <relativePath/>
</parent> </parent>
<groupId>com.dispose</groupId> <groupId>com.dispose</groupId>
@ -44,6 +41,11 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId> <artifactId>spring-boot-starter-undertow</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.jboss.xnio</groupId>
<artifactId>xnio-nio</artifactId>
<version>3.8.1.Final</version>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId> <artifactId>spring-boot-starter-aop</artifactId>