rename module names
This commit is contained in:
parent
bbf7e9e320
commit
c58ef815f3
|
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>bonus-modules-file</artifactId>
|
||||
<artifactId>bonus-file</artifactId>
|
||||
|
||||
<description>
|
||||
bonus-modules-file文件服务
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>bonus-modules-gen</artifactId>
|
||||
<artifactId>bonus-gen</artifactId>
|
||||
|
||||
<description>
|
||||
bonus-modules-gen代码生成
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>bonus-modules-job</artifactId>
|
||||
<artifactId>bonus-job</artifactId>
|
||||
|
||||
<description>
|
||||
bonus-modules-job定时任务
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<version>24.6.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bonus-modules-oss</artifactId>
|
||||
<artifactId>bonus-oss</artifactId>
|
||||
<description>
|
||||
bonus-modules-oss存储服务
|
||||
</description>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>bonus-modules-system</artifactId>
|
||||
<artifactId>bonus-system</artifactId>
|
||||
|
||||
<description>
|
||||
bonus-modules-system系统模块
|
||||
|
|
|
|||
4
pom.xml
4
pom.xml
|
|
@ -232,7 +232,7 @@
|
|||
<module>bonus-visual</module>
|
||||
<module>bonus-modules</module>
|
||||
<module>bonus-api</module>
|
||||
<module>bonus-common</module>
|
||||
|
||||
</modules>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
|
|
@ -242,6 +242,8 @@
|
|||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-starter-bootstrap</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
|||
Loading…
Reference in New Issue