From de74b802d4ea47bf213ff65e549c3c60c42e1493 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 14 二月 2020 13:37:19 +0800 Subject: [PATCH] web 容器使用 undertow 性能更强 --- ruoyi/pom.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ruoyi/pom.xml b/ruoyi/pom.xml index a3ebef2..51fc5e5 100644 --- a/ruoyi/pom.xml +++ b/ruoyi/pom.xml @@ -45,7 +45,6 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> - <!-- <exclusions> <exclusion> <artifactId>spring-boot-starter-tomcat</artifactId> @@ -54,6 +53,12 @@ </exclusions> </dependency> + <!-- web 瀹瑰櫒浣跨敤 undertow 鎬ц兘鏇村己 --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-undertow</artifactId> + </dependency> + <!-- SpringBoot 娴嬭瘯 --> <dependency> <groupId>org.springframework.boot</groupId> -- Gitblit v1.9.3