File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,14 @@ Country代码:
88
88
89
89
##Maven坐标以及下载地址
90
90
91
+ ###最新版本2.3.4 - 2015-06-01
92
+
93
+ * 高并发时selectKey会产生异常,解决[ #32 ] ( http://git.oschina.net/free/Mapper/issues/32 )
94
+
95
+ * 兼容MyBatis3.3.0版本
96
+
97
+ * <b >提前预告:下个版本3.0.0会将通用Mapper项目拆分为两个项目,会有一些大的改动</b >
98
+
91
99
###最新版本2.3.3 - 2015-05-14
92
100
93
101
* 解决Example查询中的` and ` 缺少空格的问题
@@ -129,7 +137,7 @@ Country代码:
129
137
<dependency >
130
138
<groupId >com.github.abel533</groupId >
131
139
<artifactId >mapper</artifactId >
132
- <version >2.3.3 </version >
140
+ <version >2.3.4 </version >
133
141
</dependency >
134
142
```
135
143
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.abel533</groupId >
6
6
<artifactId >mapper</artifactId >
7
- <version >2.3.3 </version >
7
+ <version >2.3.4 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >mapper</name >
Original file line number Diff line number Diff line change 1
1
#更新日志
2
2
3
+ ##2 .3.4 - 2015-06-01
4
+
5
+ * 高并发时selectKey会产生异常,解决[ #32 ] ( http://git.oschina.net/free/Mapper/issues/32 )
6
+
7
+ * 兼容MyBatis3.3.0版本
8
+
9
+ * <b >提前预告:下个版本3.0.0会将通用Mapper项目拆分为两个项目,会有一些大的改动</b >
10
+
3
11
##2 .3.3 - 2015-05-14
4
12
5
13
* 解决Example查询中的` and ` 缺少空格的问题
You can’t perform that action at this time.
0 commit comments