🔨 移动common下部分模块至starter下
This commit is contained in:
@@ -20,15 +20,15 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-log</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-log</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-swagger</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-swagger</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-job</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-job</artifactId>
|
||||
</dependency>
|
||||
<!--缓存注解工具类-->
|
||||
<dependency>
|
||||
|
||||
@@ -18,20 +18,16 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-modules</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-log</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-log</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-storage</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-storage</artifactId>
|
||||
</dependency>
|
||||
<!-- swagger 文档聚合 -->
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-swagger</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-swagger</artifactId>
|
||||
</dependency>
|
||||
<!-- swagger 增强版 ui -->
|
||||
<dependency>
|
||||
|
||||
@@ -16,11 +16,7 @@
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-modules</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-job</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-job</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
@@ -28,11 +24,11 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-log</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-log</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-swagger</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-swagger</artifactId>
|
||||
</dependency>
|
||||
<!--webmvc-->
|
||||
<dependency>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-log</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-log</artifactId>
|
||||
</dependency>
|
||||
<!--mybatis plus-->
|
||||
<dependency>
|
||||
|
||||
@@ -41,32 +41,32 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>spring-boot-starter-job</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-job</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>spring-boot-starter-log</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-log</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>spring-boot-starter-swagger</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-swagger</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>spring-boot-starter-storage</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-storage</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>spring-boot-starter-mail</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-mail</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>spring-boot-starter-easyexcel</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-easyexcel</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>spring-boot-starter-easyexcel</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-easyexcel</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>spring-boot-starter-job</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-job</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<!--xxl job-->
|
||||
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>spring-boot-starter-log</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-log</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>spring-boot-starter-mail</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-mail</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>spring-boot-starter-storage</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-storage</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>spring-boot-starter-swagger</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-swagger</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -13,12 +13,12 @@
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>spring-boot-starter-log</module>
|
||||
<module>spring-boot-starter-job</module>
|
||||
<module>spring-boot-starter-swagger</module>
|
||||
<module>spring-boot-starter-storage</module>
|
||||
<module>spring-boot-starter-mail</module>
|
||||
<module>spring-boot-starter-easyexcel</module>
|
||||
<module>ballcat-spring-boot-starter-log</module>
|
||||
<module>ballcat-spring-boot-starter-job</module>
|
||||
<module>ballcat-spring-boot-starter-swagger</module>
|
||||
<module>ballcat-spring-boot-starter-storage</module>
|
||||
<module>ballcat-spring-boot-starter-mail</module>
|
||||
<module>ballcat-spring-boot-starter-easyexcel</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user