mirror of https://gitee.com/stylefeng/roses
【7.0.2】【config】更新config sdk的模块名
parent
7177d92a17
commit
1f53235beb
|
@ -20,7 +20,7 @@
|
|||
<!--系统配置表的sdk-->
|
||||
<dependency>
|
||||
<groupId>cn.stylefeng.roses</groupId>
|
||||
<artifactId>config-sdk-db</artifactId>
|
||||
<artifactId>config-sdk-map</artifactId>
|
||||
<version>7.0.2</version>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>config-sdk-db</artifactId>
|
||||
<artifactId>config-sdk-map</artifactId>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
<modules>
|
||||
<module>config-api</module>
|
||||
<module>config-sdk-db</module>
|
||||
<module>config-sdk-map</module>
|
||||
<module>config-business</module>
|
||||
<module>config-spring-boot-starter</module>
|
||||
</modules>
|
||||
|
|
Loading…
Reference in New Issue