File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
5- <parent >
6- <groupId >org.springframework.boot</groupId >
7- <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.5.3</version >
9- <relativePath />
10- </parent >
5+ <parent >
6+ <groupId >org.springframework.boot</groupId >
7+ <artifactId >spring-boot-starter-parent</artifactId >
8+ <version >3.5.3</version >
9+ <relativePath />
10+ </parent >
1111 <artifactId >customloglevel</artifactId >
1212 <name >customloglevel</name >
1313 <description >Demo project for Different Log level</description >
14- <properties >
15- <java .version>17</java .version>
16- </properties >
1714 <dependencies >
1815 <dependency >
1916 <groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 1414 </parent >
1515
1616 <modules >
17+ <module >customloglevel</module >
1718 <module >flogger</module >
1819 <module >log4j</module >
1920 <module >log4j2</module >
2526 <module >splunk-with-log4j2</module >
2627 <module >jul-to-slf4j</module >
2728 <module >log-all-requests</module >
28- <module >customloglevel</module >
2929 </modules >
3030
3131</project >
You can’t perform that action at this time.
0 commit comments