import org.springframework.beans.BeanUtils;
import org.apache.commons.beanutils.BeanUtils;
BeanUtils引用包若为apache的就会报这个错误,把引用包换成springframework的就可以了
import org.springframework.beans.BeanUtils;
import org.apache.commons.beanutils.BeanUtils;
BeanUtils引用包若为apache的就会报这个错误,把引用包换成springframework的就可以了