File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ Country代码:
86
86
87
87
##Maven坐标以及下载地址
88
88
89
- ###测试版2 .3.2-SNAPSHOT - 2015-04-21
89
+ ###最新版本2 .3.2 - 2015-04-21
90
90
91
91
* 解决Example查询中in,notin无效的bug[ #24 ] ( http://git.oschina.net/free/Mapper/issues/24 )
92
92
93
- ###最新版本2 .3.1 - 2015-04-13
93
+ ###2 .3.1 - 2015-04-13
94
94
95
95
* 完善所有和PrimaryKey有关的通用查询
96
96
@@ -114,7 +114,7 @@ Country代码:
114
114
<dependency >
115
115
<groupId >com.github.abel533</groupId >
116
116
<artifactId >mapper</artifactId >
117
- <version >2.3.1 </version >
117
+ <version >2.3.2 </version >
118
118
</dependency >
119
119
```
120
120
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.2-SNAPSHOT </version >
7
+ <version >2.3.2</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.2 - 2015-04-21
4
+
5
+ * 解决Example查询中in,notin无效的bug[ #24 ] ( http://git.oschina.net/free/Mapper/issues/24 )
6
+
3
7
##2 .3.1 - 2015-04-13
4
8
5
9
* 完善所有和PrimaryKey有关的通用查询
You can’t perform that action at this time.
0 commit comments