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 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<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 >
11
11
<artifactId >customloglevel</artifactId >
12
12
<name >customloglevel</name >
13
13
<description >Demo project for Different Log level</description >
14
- <properties >
15
- <java .version>17</java .version>
16
- </properties >
17
14
<dependencies >
18
15
<dependency >
19
16
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 14
14
</parent >
15
15
16
16
<modules >
17
+ <module >customloglevel</module >
17
18
<module >flogger</module >
18
19
<module >log4j</module >
19
20
<module >log4j2</module >
25
26
<module >splunk-with-log4j2</module >
26
27
<module >jul-to-slf4j</module >
27
28
<module >log-all-requests</module >
28
- <module >customloglevel</module >
29
29
</modules >
30
30
31
31
</project >
You can’t perform that action at this time.
0 commit comments