Преглед на файлове

fix 修复 sentinel seata 不适配新版undertow问题 先换回tomcat

疯狂的狮子Li преди 1 година
родител
ревизия
a573ee1a36
променени са 2 файла, в които са добавени 0 реда и са изтрити 18 реда
  1. 0 9
      ruoyi-visual/ruoyi-seata-server/pom.xml
  2. 0 9
      ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml

+ 0 - 9
ruoyi-visual/ruoyi-seata-server/pom.xml

@@ -69,21 +69,12 @@
             <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>
                 <exclusion>
                     <artifactId>*</artifactId>
                     <groupId>org.apache.logging.log4j</groupId>
                 </exclusion>
             </exclusions>
         </dependency>
-        <!-- web 容器使用 undertow 性能更强 -->
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-undertow</artifactId>
-        </dependency>
         <dependency>
             <groupId>io.seata</groupId>
             <artifactId>seata-spring-autoconfigure-server</artifactId>

+ 0 - 9
ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml

@@ -80,21 +80,12 @@
             <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>
                 <exclusion>
                     <artifactId>*</artifactId>
                     <groupId>org.apache.logging.log4j</groupId>
                 </exclusion>
             </exclusions>
         </dependency>
-        <!-- web 容器使用 undertow 性能更强 -->
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-undertow</artifactId>
-        </dependency>
 
         <!-- starter-actuator -->
         <dependency>