统一包名
This commit is contained in:
parent
c767deb2ad
commit
77aa3cf7f5
|
@ -30,7 +30,7 @@
|
||||||
<!-- short-url-spring-boot-starter -->
|
<!-- short-url-spring-boot-starter -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.zzzykj</groupId>
|
<groupId>cn.zzzykj</groupId>
|
||||||
<artifactId>zy-short-url-spring-boot-starter</artifactId>
|
<artifactId>zy-shorturl-spring-boot-starter</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>zy-short-url-core</artifactId>
|
<artifactId>zy-shorturl-core</artifactId>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>zy-short-url-spring-boot-starter</artifactId>
|
<artifactId>zy-shorturl-spring-boot-starter</artifactId>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>cn.zzzykj</groupId>
|
<groupId>cn.zzzykj</groupId>
|
||||||
<artifactId>zy-short-url-core</artifactId>
|
<artifactId>zy-shorturl-core</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user