diff --git a/README.md b/README.md index 2b103ed..1b2438f 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ Maven: cn.mybatisboost mybatis-boost-spring-boot-starter - 2.2.1 + 2.3.0 ``` 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有被加载。 diff --git a/mybatis-boost-core/pom.xml b/mybatis-boost-core/pom.xml index 9164a6c..1920085 100644 --- a/mybatis-boost-core/pom.xml +++ b/mybatis-boost-core/pom.xml @@ -7,7 +7,7 @@ cn.mybatisboost mybatis-boost - 2.2.1 + 2.3.0 mybatis-boost-core diff --git a/mybatis-boost-spring-boot-autoconfigure/pom.xml b/mybatis-boost-spring-boot-autoconfigure/pom.xml index 7116148..f10cf7f 100644 --- a/mybatis-boost-spring-boot-autoconfigure/pom.xml +++ b/mybatis-boost-spring-boot-autoconfigure/pom.xml @@ -7,7 +7,7 @@ cn.mybatisboost mybatis-boost - 2.2.1 + 2.3.0 mybatis-boost-spring-boot-autoconfigure diff --git a/mybatis-boost-spring-boot-starter/pom.xml b/mybatis-boost-spring-boot-starter/pom.xml index 0fe59a1..64b686d 100644 --- a/mybatis-boost-spring-boot-starter/pom.xml +++ b/mybatis-boost-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ cn.mybatisboost mybatis-boost - 2.2.1 + 2.3.0 mybatis-boost-spring-boot-starter diff --git a/mybatis-boost-test/pom.xml b/mybatis-boost-test/pom.xml index 7cc1ad9..6d07aed 100644 --- a/mybatis-boost-test/pom.xml +++ b/mybatis-boost-test/pom.xml @@ -7,7 +7,7 @@ cn.mybatisboost mybatis-boost - 2.2.1 + 2.3.0 mybatis-boost-test diff --git a/pom.xml b/pom.xml index 3ce9e78..c6aa92d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ cn.mybatisboost mybatis-boost - 2.2.1 + 2.3.0 pom MybatisBoost