Skip to content

Commit 1b6abd7

Browse files
author
zhangrongfan
committed
2.2.0 RELEASE
1 parent 95ec23f commit 1b6abd7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Maven:
2121
<dependency>
2222
<groupId>cn.mybatisboost</groupId>
2323
<artifactId>mybatis-boost-spring-boot-starter</artifactId>
24-
<version>2.1.3</version>
24+
<version>2.2.0</version>
2525
</dependency>
2626
```
2727

2828
Gradle:
2929
```gradle
3030
compile 'org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.2'
31-
compile 'cn.mybatisboost:mybatis-boost-spring-boot-starter:2.1.3'
31+
compile 'cn.mybatisboost:mybatis-boost-spring-boot-starter:2.2.0'
3232
```
3333

3434
在手动创建SqlSessionFactory Bean的情况下,请确保MybatisBoost的Mybatis Plugin有被加载。

mybatis-boost-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cn.mybatisboost</groupId>
99
<artifactId>mybatis-boost</artifactId>
10-
<version>2.1.3</version>
10+
<version>2.2.0</version>
1111
</parent>
1212

1313
<artifactId>mybatis-boost-core</artifactId>

mybatis-boost-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cn.mybatisboost</groupId>
99
<artifactId>mybatis-boost</artifactId>
10-
<version>2.1.3</version>
10+
<version>2.2.0</version>
1111
</parent>
1212

1313
<artifactId>mybatis-boost-spring-boot-autoconfigure</artifactId>

mybatis-boost-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cn.mybatisboost</groupId>
99
<artifactId>mybatis-boost</artifactId>
10-
<version>2.1.3</version>
10+
<version>2.2.0</version>
1111
</parent>
1212

1313
<artifactId>mybatis-boost-spring-boot-starter</artifactId>

mybatis-boost-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>cn.mybatisboost</groupId>
99
<artifactId>mybatis-boost</artifactId>
10-
<version>2.1.3</version>
10+
<version>2.2.0</version>
1111
</parent>
1212

1313
<artifactId>mybatis-boost-test</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cn.mybatisboost</groupId>
88
<artifactId>mybatis-boost</artifactId>
9-
<version>2.1.3</version>
9+
<version>2.2.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>MybatisBoost</name>

0 commit comments

Comments
 (0)