BeanUtils.copyProperties之大坑

大坑

两个不同的包(springframework , apache)中有一个相同名字的类,相同的方法,方法的作用相同,参数个数相同。
就是参数位置不同,是相反的。?

import org.springframework.beans.BeanUtils;
在这里插入图片描述
import org.apache.commons.beanutils.BeanUtils
在这里插入图片描述

                                </div>
posted @ 2019-12-28 09:41  星朝  阅读(1208)  评论(0编辑  收藏  举报