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
c8445c382f
commit
4844bd4ea8
5 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
demo-cache/pom.xml
+1
-0
demo-multi-datasource/pom.xml
+1
-0
demo-nosql/pom.xml
+1
-0
demo-orm/pom.xml
+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>
Write
Preview
Loading…
Cancel
Save