File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 36
36
37
37
##分页插件支持MyBatis3.2.0~ 3.3.0(包含)
38
38
39
- ##分页插件最新版本为4.1.2
39
+ ##分页插件最新版本为4.1.3
40
40
41
41
###Maven坐标
42
42
43
43
``` xml
44
44
<dependency >
45
45
<groupId >com.github.pagehelper</groupId >
46
46
<artifactId >pagehelper</artifactId >
47
- <version >4.1.2 </version >
47
+ <version >4.1.3 </version >
48
48
</dependency >
49
49
```
50
50
66
66
67
67
- http://repo1.maven.org/maven2/com/github/jsqlparser/jsqlparser/0.9.1/
68
68
69
+ ##4 .1.3更新日志
70
+
71
+ - 解决反射类没有完全捕获异常的问题#94
72
+ - 把SqlServer类所有private都改成了protected,方便继承修改#93
73
+
69
74
##4 .1.2更新日志
70
75
71
76
- 增加可配参数` closeConn ` ,当使用动态数据源时,分页插件获取jdbcUrl后,控制是否关闭当前连接,默认` true ` 关闭
Original file line number Diff line number Diff line change 28
28
29
29
<groupId >com.github.pagehelper</groupId >
30
30
<artifactId >pagehelper</artifactId >
31
- <version >4.1.2 </version >
31
+ <version >4.1.3 </version >
32
32
<packaging >jar</packaging >
33
33
34
34
<name >pagehelper</name >
Original file line number Diff line number Diff line change 1
1
##更新日志
2
2
3
- ##4 .1.2 - 2016-03-06
3
+ ##4 .1.3 - 2016-03-31
4
+
5
+ - 解决反射类没有完全捕获异常的问题#94
6
+ - 把SqlServer类所有private都改成了protected,方便继承修改#93
7
+
8
+ ###4 .1.2 - 2016-03-06
4
9
5
10
- 增加可配参数` closeConn ` ,当使用动态数据源时,分页插件获取jdbcUrl后,控制是否关闭当前连接,默认` true ` 关闭
6
11
- count查询改为` count(0) ` ,分库分表情况下的效率可能更高
You can’t perform that action at this time.
0 commit comments