This repository was archived by the owner on Apr 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +136
-244
lines changed
Expand file tree Collapse file tree 8 files changed +136
-244
lines changed Original file line number Diff line number Diff line change 1010* .txt
1111target /
1212* .versionsBackup
13+ logs /
1314
Original file line number Diff line number Diff line change 3838 <java .version>1.8</java .version>
3939 <skipTests >true</skipTests >
4040 <spotless .version>2.4.2</spotless .version>
41+ <slf4j .version>1.7.12</slf4j .version>
42+ <logback .version>1.2.11</logback .version>
4143 </properties >
4244
4345
6163 </dependency >
6264
6365 <dependency >
64- <groupId >org.springframework.boot</groupId >
65- <artifactId >spring-boot-starter-log4j2</artifactId >
66+ <groupId >org.slf4j</groupId >
67+ <artifactId >slf4j-api</artifactId >
68+ <version >${slf4j.version} </version >
69+ </dependency >
70+ <dependency >
71+ <groupId >ch.qos.logback</groupId >
72+ <artifactId >logback-classic</artifactId >
73+ <version >${logback.version} </version >
6674 </dependency >
6775
6876
Original file line number Diff line number Diff line change 1818#
1919
2020# Designate the log configuration file
21- logging.config = classpath:log4j2 .xml
21+ logging.classpath = logback .xml
2222
2323# Set port and context path
2424server.port =9090
Original file line number Diff line number Diff line change 1717# under the License.
1818#
1919
20- logging.config = classpath:log4j2-prod .xml
20+ logging.classpath = logback .xml
2121
2222server.port =9089
2323server.servlet.context-path =/api
Original file line number Diff line number Diff line change 1717# under the License.
1818#
1919
20- logging.config =classpath:log4j2.xml
21-
20+ logging.classpath =logback.xml
2221server.port =8079
2322server.servlet.context-path =/api
2423
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments