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