try {
BeanUtilsBean.getInstance().getConvertUtils().register(false, false, 0);
BeanUtils.copyProperties(target, source);
} catch (Exception e) {
log.error("Create exception. cause : ", e);
}


+ Recent posts