发现原来是我的bean没有实例化
我的一直都是这么实例化的:
UserEntity userEntity = null;
难怪每次用不了set方法 原来是没有实例化
实例化之后就能正常使用了
UserEntity userEntity = new UserEntity();
发现原来是我的bean没有实例化
我的一直都是这么实例化的:
UserEntity userEntity = null;
难怪每次用不了set方法 原来是没有实例化
实例化之后就能正常使用了
UserEntity userEntity = new UserEntity();
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。