升级依赖Mybatis-Flex到V1.7.6版本
This commit is contained in:
parent
abef9c503f
commit
c8643dc779
8
pom.xml
8
pom.xml
@ -18,7 +18,7 @@
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<java.version>21</java.version>
|
||||
<spring-boot.version>3.2.0</spring-boot.version>
|
||||
<mybatis-flex.version>1.7.5</mybatis-flex.version>
|
||||
<mybatis-flex.version>1.7.6</mybatis-flex.version>
|
||||
<mybatis-spring.version>3.0.3</mybatis-spring.version>
|
||||
<satoken.version>1.37.0</satoken.version>
|
||||
<maven-jar-plugin.version>3.1.1</maven-jar-plugin.version>
|
||||
@ -122,11 +122,6 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>org.springframework.boot</groupId>-->
|
||||
<!-- <artifactId>spring-boot-starter-jdbc</artifactId>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<!-- 数据库连接池-->
|
||||
<dependency>
|
||||
<groupId>com.zaxxer</groupId>
|
||||
@ -154,6 +149,7 @@
|
||||
<version>${mybatis-spring.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!-- Sa-Token 权限认证,在线文档:https://sa-token.cc -->
|
||||
<dependency>
|
||||
<groupId>cn.dev33</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user