mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-11 06:57:12 +08:00
chore: 升级后端依赖
1.Spring Boot 2.7.16 => 3.0.5 => 3.1.5 2.Sa-Token 1.36.0 => 1.37.0 3.MyBatis Plus 3.5.3.2 => 3.5.4 4.Dynamic Datasource 3.6.1 => 4.2.0 5.Redisson 3.20.1 => 3.24.3 6.ip2region 2.7.15 => 3.1.5.1 7.spotless 2.30.0 => 2.40.0
This commit is contained in:
@@ -93,13 +93,13 @@ limitations under the License.
|
||||
<!-- MyBatis Plus(MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,简化开发、提高效率) -->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||||
<artifactId>mybatis-plus-spring-boot3-starter</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- Dynamic Datasource(基于 Spring Boot 的快速集成多数据源的启动器) -->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
|
||||
<artifactId>dynamic-datasource-spring-boot3-starter</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- MySQL Java 驱动 -->
|
||||
|
Reference in New Issue
Block a user