File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ appVersion: "0.0.1"
2626dependencies :
2727 - name : backend
2828 version : 0.0.1
29+ - name : gateway
30+ version : 0.0.1
2931 - name : frontend
3032 version : 0.0.1
3133 - name : database
You can’t perform that action at this time.
0 commit comments