Changes between Version 36 and Version 37 of WikiStart


Ignore:
Timestamp:
12/17/2015 08:53:12 AM (10 years ago)
Author:
chenxiaohu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v36 v37  
    2929</repository> 
    3030}}} 
     31 
     32== 2.0.9 == 
     33修复了GeliDao查询方法中采用 <String, ?> paramMap 方式作为参数不能使用的bug。 原因是升级spring时,SimpleJdbcTemplate废弃,改为JdbcTemplate和NamedParameterJdbcTemplate,应该讲采用Map形式的全部改为NamedParameterJdbcTemplate,实际上漏改了部分. 
    3134 
    3235== 2.0.8 ==