Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
be1f4f48
Commit
be1f4f48
authored
Nov 15, 2018
by
闲.大赋
Browse files
!25 生成子系统模板的parent从admin改为spring-boot-starter
Merge pull request !25 from AngiWANG/master
parents
19436b65
c7c97dad
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-core/src/main/resources/codeTemplate/maven/pomTemplate.xml
View file @
be1f4f48
...
@@ -11,9 +11,9 @@
...
@@ -11,9 +11,9 @@
</properties>
</properties>
<parent>
<parent>
<groupId>
com.ibeetl
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
admin
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
1.
2.1
</version>
<version>
2.1
.0.RELEASE
</version>
</parent>
</parent>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment