🎨 调整 extends 代码结构与包名、添加 ding-talk 模块
This commit is contained in:
@@ -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-->
|
||||
@@ -35,4 +33,4 @@
|
||||
<artifactId>spring-boot-autoconfigure</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
</project>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user