This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
🎨
规范 pom 文件格式
3.x
Yangkai.Shen
3 years ago
parent
41160df3d5
commit
e6f741ebb4
4 changed files
with
29 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
common-tools/pom.xml
+5
-0
demo-distributed-lock/demo-distributed-lock-api/pom.xml
+10
-0
demo-distributed-lock/demo-distributed-lock-curator/pom.xml
+10
-0
demo-distributed-lock/demo-distributed-lock-redisson/pom.xml
+ 4
- 0
common-tools/pom.xml
View File
@@ -37,4 +37,8 @@
</dependency>
</dependencies>
<build>
<finalName>common-tools</finalName>
</build>
</project>
+ 5
- 0
demo-distributed-lock/demo-distributed-lock-api/pom.xml
View File
@@ -46,4 +46,9 @@
</dependency>
</dependencies>
<build>
<finalName>demo-distributed-lock-api</finalName>
</build>
</project>
+ 10
- 0
demo-distributed-lock/demo-distributed-lock-curator/pom.xml
View File
@@ -42,4 +42,14 @@
</dependency>
</dependencies>
<build>
<finalName>demo-distributed-lock-curator</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
+ 10
- 0
demo-distributed-lock/demo-distributed-lock-redisson/pom.xml
View File
@@ -37,4 +37,14 @@
</dependency>
</dependencies>
<build>
<finalName>demo-distributed-lock-redisson</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Write
Preview
Loading…
Cancel
Save