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
c7c97dad
Commit
c7c97dad
authored
Nov 14, 2018
by
Ray Wang
Browse files
生成子系统模板的parent从admin改为spring-boot-starter
parent
d0c817f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-core/src/main/resources/codeTemplate/maven/pomTemplate.xml
View file @
c7c97dad
...
...
@@ -11,9 +11,9 @@
</properties>
<parent>
<groupId>
com.ibeetl
</groupId>
<artifactId>
admin
</artifactId>
<version>
1.
2.1
</version>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.1
.0.RELEASE
</version>
</parent>
<dependencies>
<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