File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Country代码:
92
92
<dependency >
93
93
<groupId >tk.mybatis</groupId >
94
94
<artifactId >mapper</artifactId >
95
- <version >3.3.2 </version >
95
+ <version >3.3.3 </version >
96
96
</dependency >
97
97
```
98
98
@@ -108,15 +108,19 @@ http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/
108
108
109
109
##[ 更新日志] ( http://git.oschina.net/free/Mapper/blob/master/wiki/Changelog.md )
110
110
111
- ##Maven坐标以及下载地址
111
+ ##最新版本3.3.3 - 2015-12-30
112
112
113
- ###最新版本3.3.2 - 2015-12-29
113
+ - 解决OGNL中的and,or大写导致的错误
114
+ - 解决SpecialProvider不支持insertable的bug#77
115
+ - 解决JDK6,7无法获取字段泛型类型的问题。
116
+ - 提供一个Spring Boot集成的示例: https://github.com/abel533/MyBatis-Spring-Boot
117
+
118
+ ###3 .3.2 - 2015-12-12
114
119
115
120
- 解决数据越界bug#73
116
121
- 解决and少空格问题
117
122
- 解决order by错误#74
118
123
- ` tk.mybatis.spring.mapper.MapperScannerConfigurer ` 中的属性` mapperHelper ` 增加setter和getter方法,方便通过代码进行配置
119
- - 提供一个Spring Boot集成的示例: https://github.com/abel533/MyBatis-Spring-Boot
120
124
121
125
###3 .3.1 - 2015-12-09
122
126
Original file line number Diff line number Diff line change 28
28
29
29
<groupId >tk.mybatis</groupId >
30
30
<artifactId >mapper</artifactId >
31
- <version >3.3.2 </version >
31
+ <version >3.3.3 </version >
32
32
<packaging >jar</packaging >
33
33
34
34
<name >mapper</name >
Original file line number Diff line number Diff line change 1
1
#更新日志
2
2
3
- ##3 .3.2 - 2015-12-29
3
+ ##3 .3.3 - 2015-12-30
4
+
5
+ - 解决OGNL中的and,or大写导致的错误
6
+ - 解决SpecialProvider不支持insertable的bug#77
7
+ - 解决JDK6,7无法获取字段泛型类型的问题。
8
+ - 提供一个Spring Boot集成的示例: https://github.com/abel533/MyBatis-Spring-Boot
9
+
10
+ ##3 .3.2 - 2015-12-12
4
11
5
12
- 解决数据越界bug#73
6
13
- 解决and少空格问题
7
14
- 解决order by错误#74
8
15
- ` tk.mybatis.spring.mapper.MapperScannerConfigurer ` 中的属性` mapperHelper ` 增加setter和getter方法,方便通过代码进行配置
9
- - 提供一个Spring Boot集成的示例: https://github.com/abel533/MyBatis-Spring-Boot
10
16
11
17
##3 .3.1 - 2015-12-09
12
18
You can’t perform that action at this time.
0 commit comments