|
|
@@ -31,7 +31,6 @@
|
|
|
<hutool.version>5.8.40</hutool.version>
|
|
|
<satoken.version>1.45.0</satoken.version>
|
|
|
<fastjson2.version>2.0.53</fastjson2.version>
|
|
|
- <pagehelper.version>5.3.3</pagehelper.version>
|
|
|
<aspectj.version>1.9.22</aspectj.version>
|
|
|
<okhttp.version>4.12.0</okhttp.version>
|
|
|
<lombok.version>1.18.36</lombok.version>
|
|
|
@@ -55,6 +54,13 @@
|
|
|
<version>${mybatis-plus.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- MyBatis Plus JSqlParser (分页插件需要) -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
+ <artifactId>mybatis-plus-jsqlparser</artifactId>
|
|
|
+ <version>${mybatis-plus.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- Hutool 工具包 -->
|
|
|
<dependency>
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
@@ -82,13 +88,6 @@
|
|
|
<version>${satoken.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- PageHelper -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.github.pagehelper</groupId>
|
|
|
- <artifactId>pagehelper</artifactId>
|
|
|
- <version>${pagehelper.version}</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<!-- AspectJ -->
|
|
|
<dependency>
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
@@ -148,6 +147,12 @@
|
|
|
<artifactId>mybatis-plus-spring-boot4-starter</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- MyBatis Plus JSqlParser - 分页插件需要 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
+ <artifactId>mybatis-plus-jsqlparser</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- Hutool 工具包 - 通用工具类 -->
|
|
|
<dependency>
|
|
|
<groupId>cn.hutool</groupId>
|