Browse Source

🎨 规范 pom 文件格式

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

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

@@ -35,4 +35,14 @@
</dependency>
</dependencies>

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

</project>

Loading…
Cancel
Save