File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
mybatis-boost-spring-boot-autoconfigure
mybatis-boost-spring-boot-starter Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
2828Gradle:
2929``` gradle
3030compile '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有被加载。
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments