Explorar el Código

fix 修复 seata 缺包报错问题

疯狂的狮子li hace 4 años
padre
commit
c94148ca7a
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      ruoyi-visual/ruoyi-seata-server/pom.xml

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

@@ -149,6 +149,11 @@
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
         </dependency>
+        <!-- logback appenders -->
+        <dependency>
+            <groupId>net.logstash.logback</groupId>
+            <artifactId>logstash-logback-encoder</artifactId>
+        </dependency>
 
     </dependencies>