AI融合好了,包括分页
This commit is contained in:
@@ -145,6 +145,12 @@
|
||||
<artifactId>mybatis-plus-spring-boot4-starter</artifactId>
|
||||
<version>3.5.16</version>
|
||||
</dependency>
|
||||
<!-- MyBatis-Plus 分页插件 (3.5.9+ 已从核心模块拆分) -->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-jsqlparser</artifactId>
|
||||
<version>3.5.16</version>
|
||||
</dependency>
|
||||
|
||||
<!-- JUnit5单元测试框架 -->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user