随笔分类 - 工具类封装
项目中工具类封装总结
摘要:这里使用net.sf.dozer下的 DozerBeanMapper 实现对象,对象内子对象,以及对象内集合等的copy 需要引入net.sf.dozer的依赖 仓库链接net.sf.dozer:dozer:5.5.1 <dependency> <groupId>net.sf.dozer</grou
阅读全文
摘要:package cn.xxx.base; import cn.xxx.gecustomer.beans.GeCustomer; import cn.xxx.gecustomer.beans.GeCustomerProperty; import cn.xxx.utils.UserPersonalConstant; import cn.xxx.utils.WebUtil; import org.a...
阅读全文
摘要:/** * @file_name : CommonUtils.java * @author : * @date : 2018年3月15日 * Description: */ package cn.xxx.utils; import cn.xxx.coreutils.DateUtil; import org.apache.commons.lang3.StringUtils; i...
阅读全文