Skip to content

Commit 2d1f017

Browse files
committed
fix: modify the logging dependencies
1 parent 0054458 commit 2d1f017

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

backend/api-gateway/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,17 @@
4040
<artifactId>spring-boot-starter-web</artifactId>
4141
<groupId>org.springframework.boot</groupId>
4242
</exclusion>
43+
<exclusion>
44+
<artifactId>spring-boot-starter-logging</artifactId>
45+
<groupId>org.springframework.boot</groupId>
46+
</exclusion>
4347
</exclusions>
4448
</dependency>
49+
<!-- Log4j2 API -->
50+
<dependency>
51+
<groupId>org.springframework.boot</groupId>
52+
<artifactId>spring-boot-starter-log4j2</artifactId>
53+
</dependency>
4554
<dependency>
4655
<groupId>com.alibaba.fastjson2</groupId>
4756
<artifactId>fastjson2</artifactId>

0 commit comments

Comments
 (0)