疯狂的狮子li
2020-02-14 de74b802d4ea47bf213ff65e549c3c60c42e1493
web 容器使用 undertow 性能更强
已修改1个文件
7 ■■■■ 文件已修改
ruoyi/pom.xml 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>