Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 36
and
Version 37
of
WikiStart
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
12/17/2015 08:53:12 AM (
10 years
ago)
Author:
chenxiaohu
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
WikiStart
v36
v37
29
29
</repository>
30
30
}}}
31
32
== 2.0.9 ==
33
修复了GeliDao查询方法中采用 <String, ?> paramMap 方式作为参数不能使用的bug。 原因是升级spring时,SimpleJdbcTemplate废弃,改为JdbcTemplate和NamedParameterJdbcTemplate,应该讲采用Map形式的全部改为NamedParameterJdbcTemplate,实际上漏改了部分.
31
34
32
35
== 2.0.8 ==