Browse Source

🎨 规范格式化 pom 文件

3.x
Yangkai.Shen 2 years ago
parent
commit
4844bd4ea8
5 changed files with 5 additions and 0 deletions
  1. +1
    -0
      demo-cache/pom.xml
  2. +1
    -0
      demo-multi-datasource/pom.xml
  3. +1
    -0
      demo-nosql/pom.xml
  4. +1
    -0
      demo-orm/pom.xml
  5. +1
    -0
      demo-task/pom.xml

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

@@ -7,6 +7,7 @@
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>demo-cache</artifactId>


+ 1
- 0
demo-multi-datasource/pom.xml View File

@@ -7,6 +7,7 @@
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>demo-multi-datasource</artifactId>


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

@@ -7,6 +7,7 @@
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>demo-nosql</artifactId>


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

@@ -7,6 +7,7 @@
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>demo-orm</artifactId>


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

@@ -7,6 +7,7 @@
<artifactId>spring-boot-demo</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>demo-task</artifactId>


Loading…
Cancel
Save