分页 将mybatis-plus依赖移到子模块

This commit is contained in:
苏元皓
2024-08-13 14:02:11 +08:00
parent e2a408488f
commit b755ecfeef
14 changed files with 815 additions and 68 deletions

View File

@@ -28,7 +28,8 @@
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.7</version>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>