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
e2f7dd9b
Commit
e2f7dd9b
authored
Nov 07, 2018
by
xiandafu
Browse files
1.2.0
parent
b24acec4
Changes
2
Hide whitespace changes
Inline
Side-by-side
admin-core/src/main/resources/codeTemplate/maven/pomTemplate.xml
View file @
e2f7dd9b
...
...
@@ -13,19 +13,19 @@
<parent>
<groupId>
com.ibeetl
</groupId>
<artifactId>
admin
</artifactId>
<version>
1.
1.5
</version>
<version>
1.
2.0
</version>
</parent>
<dependencies>
<dependency>
<groupId>
com.ibeetl
</groupId>
<artifactId>
admin-core
</artifactId>
<version>
1.
1.5
</version>
<version>
1.
2.0
</version>
</dependency>
<!-- admin-console 包含了系统管理管理的所有功能,子系统可以不使用这部分 -->
<dependency>
<groupId>
com.ibeetl
</groupId>
<artifactId>
admin-console
</artifactId>
<version>
1.
1.5
</version>
<version>
1.
2.0
</version>
</dependency>
<dependency>
...
...
pom.xml
View file @
e2f7dd9b
...
...
@@ -9,7 +9,7 @@
<properties>
<java.version>
1.8
</java.version>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<plus.version>
1.
1.5
</plus.version>
<plus.version>
1.
2.0
</plus.version>
</properties>
<modules>
<module>
admin-core
</module>
...
...
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