Просмотр исходного кода

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

疯狂的狮子Li 1 год назад
Родитель
Сommit
a573ee1a36

+ 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>