Skip to content

Commit 270ad66

Browse files
committed
更新版本3.3.3
1 parent 824ce7c commit 270ad66

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Country代码:
9292
<dependency>
9393
<groupId>tk.mybatis</groupId>
9494
<artifactId>mapper</artifactId>
95-
<version>3.3.2</version>
95+
<version>3.3.3</version>
9696
</dependency>
9797
```
9898

@@ -108,15 +108,19 @@ http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0/
108108

109109
##[更新日志](http://git.oschina.net/free/Mapper/blob/master/wiki/Changelog.md)
110110

111-
##Maven坐标以及下载地址
111+
##最新版本3.3.3 - 2015-12-30
112112

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
114119

115120
- 解决数据越界bug#73
116121
- 解决and少空格问题
117122
- 解决order by错误#74
118123
- `tk.mybatis.spring.mapper.MapperScannerConfigurer`中的属性`mapperHelper`增加setter和getter方法,方便通过代码进行配置
119-
- 提供一个Spring Boot集成的示例: https://github.com/abel533/MyBatis-Spring-Boot
120124

121125
###3.3.1 - 2015-12-09
122126

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>tk.mybatis</groupId>
3030
<artifactId>mapper</artifactId>
31-
<version>3.3.2</version>
31+
<version>3.3.3</version>
3232
<packaging>jar</packaging>
3333

3434
<name>mapper</name>

wiki/Changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
#更新日志
22

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
411

512
- 解决数据越界bug#73
613
- 解决and少空格问题
714
- 解决order by错误#74
815
- `tk.mybatis.spring.mapper.MapperScannerConfigurer`中的属性`mapperHelper`增加setter和getter方法,方便通过代码进行配置
9-
- 提供一个Spring Boot集成的示例: https://github.com/abel533/MyBatis-Spring-Boot
1016

1117
##3.3.1 - 2015-12-09
1218

0 commit comments

Comments
 (0)