File tree Expand file tree Collapse file tree 1 file changed +13
-14
lines changed
logging-modules/customloglevel Expand file tree Collapse file tree 1 file changed +13
-14
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4- <modelVersion >4.0.0</modelVersion >
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
55 <parent >
6- <groupId >org.springframework.boot</groupId >
7- <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.5.3</version >
9- <relativePath />
6+ <groupId >org.springframework.boot</groupId >
7+ <artifactId >spring-boot-starter-parent</artifactId >
8+ <version >3.5.3</version >
109 </parent >
11- <artifactId >customloglevel</artifactId >
10+ <artifactId >customloglevel</artifactId >
1211 <name >customloglevel</name >
1312 <description >Demo project for Different Log level</description >
14- <dependencies >
15- <dependency >
16- <groupId >org.springframework.boot</groupId >
17- <artifactId >spring-boot-starter-web</artifactId >
18- </dependency >
19- </dependencies >
20- </project >
13+ <dependencies >
14+ <dependency >
15+ <groupId >org.springframework.boot</groupId >
16+ <artifactId >spring-boot-starter-web</artifactId >
17+ </dependency >
18+ </dependencies >
19+ </project >
You can’t perform that action at this time.
0 commit comments