This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
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
2 years ago
parent
3dc49e42e4
commit
17e3aacfd1
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save