We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0054458 commit 2d1f017Copy full SHA for 2d1f017
backend/api-gateway/pom.xml
@@ -40,8 +40,17 @@
40
<artifactId>spring-boot-starter-web</artifactId>
41
<groupId>org.springframework.boot</groupId>
42
</exclusion>
43
+ <exclusion>
44
+ <artifactId>spring-boot-starter-logging</artifactId>
45
+ <groupId>org.springframework.boot</groupId>
46
+ </exclusion>
47
</exclusions>
48
</dependency>
49
+ <!-- Log4j2 API -->
50
+ <dependency>
51
52
+ <artifactId>spring-boot-starter-log4j2</artifactId>
53
+ </dependency>
54
<dependency>
55
<groupId>com.alibaba.fastjson2</groupId>
56
<artifactId>fastjson2</artifactId>
0 commit comments