Skip to content

Commit

Permalink
2.3.0 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangrongfan committed Dec 26, 2018
1 parent 3af8744 commit f59f466
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,14 +21,14 @@ Maven:
<dependency>
<groupId>cn.mybatisboost</groupId>
<artifactId>mybatis-boost-spring-boot-starter</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</dependency>
```

Gradle:
```gradle
compile 'org.mybatis.spring.boot:mybatis-spring-boot-starter:1.3.2'
compile 'cn.mybatisboost:mybatis-boost-spring-boot-starter:2.2.1'
compile 'cn.mybatisboost:mybatis-boost-spring-boot-starter:2.3.0'
```

在手动创建SqlSessionFactory Bean的情况下,请确保MybatisBoost的Mybatis Plugin有被加载。
Expand Down
2 changes: 1 addition & 1 deletion mybatis-boost-core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.mybatisboost</groupId>
<artifactId>mybatis-boost</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</parent>

<artifactId>mybatis-boost-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-boost-spring-boot-autoconfigure/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.mybatisboost</groupId>
<artifactId>mybatis-boost</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</parent>

<artifactId>mybatis-boost-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-boost-spring-boot-starter/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.mybatisboost</groupId>
<artifactId>mybatis-boost</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</parent>

<artifactId>mybatis-boost-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mybatis-boost-test/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>cn.mybatisboost</groupId>
<artifactId>mybatis-boost</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
</parent>

<artifactId>mybatis-boost-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.mybatisboost</groupId>
<artifactId>mybatis-boost</artifactId>
<version>2.2.1</version>
<version>2.3.0</version>
<packaging>pom</packaging>

<name>MybatisBoost</name>
Expand Down

0 comments on commit f59f466

Please sign in to comment.