From 09918e338a06ef17f2cb38f196dec838c3460d90 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期日, 19 四月 2020 14:47:25 +0800 Subject: [PATCH] 修复 undertow 未生效问题 --- ruoyi/pom.xml | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ruoyi/pom.xml b/ruoyi/pom.xml index 9d06d06..7de0512 100644 --- a/ruoyi/pom.xml +++ b/ruoyi/pom.xml @@ -45,12 +45,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> - <exclusions> - <exclusion> - <artifactId>spring-boot-starter-tomcat</artifactId> - <groupId>org.springframework.boot</groupId> - </exclusion> - </exclusions> </dependency> <!-- web 瀹瑰櫒浣跨敤 undertow 鎬ц兘鏇村己 --> @@ -76,6 +70,12 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> + <exclusions> + <exclusion> + <artifactId>spring-boot-starter-tomcat</artifactId> + <groupId>org.springframework.boot</groupId> + </exclusion> + </exclusions> </dependency> <!-- spring-boot-devtools --> -- Gitblit v1.9.3