changes.txt
2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
0.0.5 2014-05-13 changes:
update : baseDao 中增加基础操作方法:save update deleteById getById listByCondition
add : 增加com.diligrp.website.util.domain.Result 用于在MVC中返回数据的传递
add : 增加com.diligrp.website.util.domain.BaseDomain 强制重写toString方法
add : 增加com.diligrp.website.util.web.BeanUtils 目前提供对象合并方法 merge
0.0.6 2014-05-14 changes:
add : 增加BaseDaoImpl代替BaseDao
update :增加MSG属性
0.0.7 2014-05-15 changes:
add : 在 com.diligrp.website.util.web.VelocitySupport 中增加显示方式配置。 需要在spring中配置velocityDefaultLayout配置。
add : Result增加code属性
add : BaseQuery增加addParam方法
update : BeanUtils增加代理方法的marge
0.0.8 2014-05-15 changes:
update : 修改BaseController中,write方法对空字符串判断的BUG
add : @RequestBean 支持多对象传值
0.0.9 2014-05-19 changes:
update : Result.addResult 加入非空判断
add : 加入Hbase
0.1.0 2014-05-19 changes:
add : 加入Http接口调用方法
0.1.1 2014-05-19 changes:
update : 修改url传入常量BUG
0.1.2 2014-05-20 changes:
update : 修改HTTP的get和post参数BUG
0.1.3 2014-05-21 changes:
add : 时间格式化工具类 com.diligrp.website.util.format.DateFormatUtils
add : 十进制格式化工具类 com.diligrp.website.util.format.DecimalFormatUtils
0.1.6 2014-05-26 changes:
add : 时间工具加入获取当前时间方法currTimestamp();
0.1.7 2014-05-29 changes:
update : Http调用接口增加日志
add : 加入校验验证码工具类
add : 加入UUID工具类
add : 加入MD5工具类
0.1.8 2014-05-29 changes:
add : 加入Money格式化工具
add :加入安全过滤工具
add : 加入验证工具
0.1.9 2014-06-04 changes:
update : Http工具类加入request.releaseConnection();
0.2.0 2014-06-05 changes:
update : 金钱工具类增加实现
0.2.1 2014-06-05 changes:
add : 验证工具类
0.2.3 2014-06-30 changes:
add : 生成RedisKey的方法
add : MoneyUtils 加入从元转到分的方法
0.2.4 2014-07-08 changes:
update : 修改RequestBean设置值的BUG
add : 在EscapeHtmlReference中加入根据前缀跳过过滤的策略
add : redis 增加getList方法,获取list数据