update 优化 转移 logback-common 配置到 common-web 模块 gateway 单独处理

This commit is contained in:
疯狂的狮子li
2023-01-31 15:47:53 +08:00
parent 8bb802414d
commit c30ef221ed
6 changed files with 93 additions and 22 deletions

View File

@@ -46,11 +46,6 @@
<artifactId>ruoyi-common-web</artifactId>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-core</artifactId>
</dependency>
<!-- Spring Security -->
<dependency>
<groupId>org.springframework.boot</groupId>

View File

@@ -54,8 +54,8 @@
<dependencies>
<!-- springboot web -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-web</artifactId>
<exclusions>
<exclusion>
<artifactId>log4j-to-slf4j</artifactId>
@@ -179,11 +179,6 @@
<artifactId>logstash-logback-encoder</artifactId>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-core</artifactId>
</dependency>
</dependencies>
<build>

View File

@@ -53,8 +53,8 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-web</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
@@ -96,11 +96,6 @@
<artifactId>fastjson</artifactId>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-core</artifactId>
</dependency>
</dependencies>
<build>

View File

@@ -30,8 +30,8 @@
<!-- starter-webspring-webmvc + autoconfigure + logback + yaml + tomcat -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-web</artifactId>
</dependency>
<!-- starter-testjunit + spring-test + mockito -->
<dependency>