Browse Source

🎨 规范 pom 文件格式

3.x
Yangkai.Shen 2 years ago
parent
commit
b3fe0c3cbb
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      demo-distributed-lock/demo-distributed-lock-mysql/pom.xml

+ 10
- 0
demo-distributed-lock/demo-distributed-lock-mysql/pom.xml View File

@@ -16,4 +16,14 @@
<java.version>17</java.version>
</properties>

<build>
<finalName>demo-distributed-lock-mysql</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>

</project>

Loading…
Cancel
Save