Skip to content

Commit

Permalink
✨ (mybatis-plus) 添加 ballcat-spring-boot-starter-mybatis-plus 模块以简化用户依…
Browse files Browse the repository at this point in the history
…赖引入的心智负担
  • Loading branch information
Hccake committed Feb 21, 2024
1 parent 4f539dc commit 151b6b4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
26 changes: 26 additions & 0 deletions mybatis-plus/ballcat-spring-boot-starter-mybatis-plus/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.ballcat</groupId>
<artifactId>ballcat</artifactId>
<version>${revision}</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>ballcat-spring-boot-starter-mybatis-plus</artifactId>

<dependencies>
<dependency>
<groupId>org.ballcat</groupId>
<artifactId>ballcat-mybatis-plus</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
</dependency>
</dependencies>

</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<module>mail/ballcat-spring-boot-starter-mail</module>

<module>mybatis-plus/ballcat-mybatis-plus</module>
<module>mybatis-plus/ballcat-spring-boot-starter-mybatis-plus</module>

<module>ntp/ballcat-ntp</module>

Expand Down

0 comments on commit 151b6b4

Please sign in to comment.