add 增加 ruoyi-common-web 模块 容器使用 undertow 高性能

This commit is contained in:
疯狂的狮子li
2021-12-31 14:37:59 +08:00
parent e1ee9d467b
commit 0309edbfff
12 changed files with 87 additions and 17 deletions

View File

@@ -41,10 +41,9 @@
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
</dependency>
<!-- SpringBoot Web -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-web</artifactId>
</dependency>
<!-- Spring Security -->