|
@@ -17,13 +17,6 @@
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
- <!-- mybatis-plus 增强CRUD -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
- <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
- <version>3.4.2</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<!-- Spring框架基本的核心工具 -->
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|
|
@@ -59,19 +52,26 @@
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
+
|
|
|
<!-- JSON工具类 -->
|
|
|
<dependency>
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
</dependency>
|
|
|
-
|
|
|
- <!-- 动态数据源 -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.baomidou</groupId>
|
|
|
- <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
|
- <version>3.5.2</version>
|
|
|
- </dependency>
|
|
|
+
|
|
|
+ <!-- mybatis-plus -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
+ <artifactId>mybatis-plus-boot-starter</artifactId>
|
|
|
+ <version>3.5.1</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <!-- 多数据源 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.baomidou</groupId>
|
|
|
+ <artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
|
|
+ <version>3.6.1</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
<!-- 阿里JSON解析器 -->
|
|
|
<dependency>
|