🎨 调整 extends 代码结构与包名、添加 ding-talk 模块
This commit is contained in:
@@ -106,12 +106,17 @@
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>mybatis-plus-extend</artifactId>
|
||||
<artifactId>ballcat-spring-boot-starter-ding-talk</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>mybatis-plus-mysql-extend</artifactId>
|
||||
<artifactId>ballcat-extend-mybatis-plus</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-extend-mybatis-plus-mysql</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -9,14 +9,13 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>mybatis-plus-mysql-extend</artifactId>
|
||||
<artifactId>ballcat-extend-mybatis-plus-mysql</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>mybatis-plus-extend</artifactId>
|
||||
<artifactId>ballcat-extend-mybatis-plus</artifactId>
|
||||
</dependency>
|
||||
<!--hutool-->
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>ballcat-extends</artifactId>
|
||||
@@ -9,9 +9,7 @@
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>mybatis-plus-extend</artifactId>
|
||||
|
||||
<name>mybatis-plus-extend</name>
|
||||
<artifactId>ballcat-extend-mybatis-plus</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<!--mybatis plus-->
|
||||
@@ -12,7 +12,7 @@
|
||||
<artifactId>ballcat-extends</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<modules>
|
||||
<module>mybatis-plus-extend</module>
|
||||
<module>mybatis-plus-mysql-extend</module>
|
||||
<module>ballcat-extend-mybatis-plus</module>
|
||||
<module>ballcat-extend-mybatis-plus-mysql</module>
|
||||
</modules>
|
||||
</project>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<parent>
|
||||
<artifactId>ballcat-starters</artifactId>
|
||||
<groupId>com.hccake</groupId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>ballcat-spring-boot-starter-ding-talk</artifactId>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.hccake</groupId>
|
||||
<artifactId>ballcat-common-core</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -20,6 +20,7 @@
|
||||
<module>ballcat-spring-boot-starter-mail</module>
|
||||
<module>ballcat-spring-boot-starter-easyexcel</module>
|
||||
<module>ballcat-spring-boot-starter-redis</module>
|
||||
<module>ballcat-spring-boot-starter-ding-talk</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
4
pom.xml
4
pom.xml
@@ -13,8 +13,8 @@
|
||||
<module>ballcat-starters</module>
|
||||
<module>ballcat-samples</module>
|
||||
<module>ballcat-dependencies</module>
|
||||
<module>ballcat-extends</module>
|
||||
</modules>
|
||||
<module>ballcat-extends</module>
|
||||
</modules>
|
||||
<name>ballcat</name>
|
||||
<description>项目基本脚手架</description>
|
||||
<url>https://github.com/hccake/ballcat</url>
|
||||
|
||||
Reference in New Issue
Block a user