mirror of https://gitee.com/stylefeng/guns
【8.1.8】更新groupId
parent
7baa5a3c90
commit
57c166f174
6
pom.xml
6
pom.xml
|
@ -10,7 +10,7 @@
|
|||
<version>2.6.14</version>
|
||||
</parent>
|
||||
|
||||
<groupId>cn.stylefeng</groupId>
|
||||
<groupId>com.javaguns.guns</groupId>
|
||||
<artifactId>guns</artifactId>
|
||||
<version>8.1.8</version>
|
||||
|
||||
|
@ -32,14 +32,14 @@
|
|||
|
||||
<!--系统管理基础业务-->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<groupId>com.javaguns.roses</groupId>
|
||||
<artifactId>system-spring-boot-starter</artifactId>
|
||||
<version>${roses.kernel.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--缓存,默认增加内存缓存-->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<groupId>com.javaguns.roses</groupId>
|
||||
<artifactId>cache-spring-boot-starter-memory</artifactId>
|
||||
<version>${roses.kernel.version}</version>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue