File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Download the jar through Maven:
31
31
<dependency >
32
32
<groupId >com.ifrabbit</groupId >
33
33
<artifactId >spring-data-mybatis</artifactId >
34
- <version >1.0.5 .RELEASE</version >
34
+ <version >1.0.6 .RELEASE</version >
35
35
</dependency >
36
36
```
37
37
@@ -125,7 +125,7 @@ add the jar through Maven:
125
125
<dependency >
126
126
<groupId >com.ifrabbit</groupId >
127
127
<artifactId >spring-boot-starter-data-mybatis</artifactId >
128
- <version >1.0.5 .RELEASE</version >
128
+ <version >1.0.6 .RELEASE</version >
129
129
</dependency >
130
130
```
131
131
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Spring Data 项目的主要目标是使构建使用数据访问技术的 Spring
33
33
<dependency >
34
34
<groupId >com.ifrabbit</groupId >
35
35
<artifactId >spring-data-mybatis</artifactId >
36
- <version >1.0.5 .RELEASE</version >
36
+ <version >1.0.6 .RELEASE</version >
37
37
</dependency >
38
38
```
39
39
最简单的通过Java注解配置的Spring Data Mybatis 配置如下所示:
@@ -128,7 +128,7 @@ public class UserRepositoryIntegrationTest {
128
128
<dependency >
129
129
<groupId >com.ifrabbit</groupId >
130
130
<artifactId >spring-boot-starter-data-mybatis</artifactId >
131
- <version >1.0.5 .RELEASE</version >
131
+ <version >1.0.6 .RELEASE</version >
132
132
</dependency >
133
133
```
134
134
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.ifrabbit</groupId >
13
13
<artifactId >spring-data-mybatis</artifactId >
14
- <version >1.0.6.BUILD-SNAPSHOT </version >
14
+ <version >1.0.6.RELEASE </version >
15
15
16
16
<name >Spring Data MyBatis</name >
17
17
<description >The primary goal of the Spring Data project is to make it easier to build Spring-powered applications
You can’t perform that action at this time.
0 commit comments