Commit be1f4f48 authored by 闲.大赋's avatar 闲.大赋
Browse files

!25 生成子系统模板的parent从admin改为spring-boot-starter

Merge pull request !25 from AngiWANG/master
parents 19436b65 c7c97dad
...@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment