Browse Source

🎨 规范格式化 pom 文件

3.x
Yangkai.Shen 2 years ago
parent
commit
a264c98aa6
4 changed files with 9 additions and 6 deletions
  1. +1
    -0
      common-tools/pom.xml
  2. +1
    -0
      demo-helloworld/pom.xml
  3. +6
    -6
      demo-properties/pom.xml
  4. +1
    -0
      pom.xml

+ 1
- 0
common-tools/pom.xml View File

@@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>common-tools</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>common-tools</name>


+ 1
- 0
demo-helloworld/pom.xml View File

@@ -10,6 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>demo-helloworld</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>demo-helloworld</name>


+ 6
- 6
demo-properties/pom.xml View File

@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.xkcoding</groupId>
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>demo-properties</artifactId>
@@ -10,12 +16,6 @@
<name>demo-properties</name>
<description>Demo project for Spring Boot</description>

<parent>
<groupId>com.xkcoding</groupId>
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<properties>
<java.version>17</java.version>
</properties>


+ 1
- 0
pom.xml View File

@@ -7,6 +7,7 @@
<groupId>com.xkcoding</groupId>
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>

<modules>
<module>common-tools</module>
<module>demo-helloworld</module>


Loading…
Cancel
Save