Skip to content

Commit 2076ff9

Browse files
committed
mybatis-spring-boot-starter Update to 1.2.0
1 parent 895ed92 commit 2076ff9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
<properties>
1818
<java.version>1.8</java.version>
19-
<!-- 依赖版本 -->
20-
<mybatis.version>3.3.1</mybatis.version>
2119
<mybatis.spring.version>1.2.4</mybatis.spring.version>
2220
</properties>
2321

@@ -75,7 +73,7 @@
7573
<dependency>
7674
<groupId>org.mybatis.spring.boot</groupId>
7775
<artifactId>mybatis-spring-boot-starter</artifactId>
78-
<version>1.1.1</version>
76+
<version>1.2.0</version>
7977
</dependency>
8078
<!--mapper-->
8179
<dependency>

0 commit comments

Comments
 (0)