
SpringSecurity
Catpo
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Resources cannot be resolved/import cannot be resolved
Resources cannot be resolved我遇到这个问题是ibatis的Resources的引用报错,用了很多办法都不行解决方法鼠标移到爆红线的地方,选择最下面的fix project setup…这里可以看到mybatis的jar包,点击选择OK就可以引用到ibatis的Resources 了import cannot be resolved这个一般是自己写的java文件...原创 2019-11-27 16:16:50 · 1260 阅读 · 0 评论 -
关于pojo.User cannot be cast to com.xxx.pojo.User问题
在做Spring security学习过程中,使用查询方法selectByPrimaryKey 做查询会出现了pojo.User cannot be cast to com.xxx.pojo.User这个异常,上网查询之后发现是热部署造成的问题,有两种解决方法:1.注释掉热部署一般使用了热部署的包上会有devtools提示之后再clean项目(eclipse中是左上方的菜单栏projec...原创 2019-11-25 17:02:47 · 7781 阅读 · 0 评论