
bug分享
肃清万里,总齐八荒
一只小菜坤,记录自己的学习笔记,欢迎大佬们指正错误
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
shiro整合spring的bug(org.apache.shiro.UnavailableSecurityManagerException)
你所请求的URL是不在Shiro所管辖范围的,而你又在你请求的这个URL后试图通过Shiro来获取Session,所以对Shiro来说“你不让我负责的事,为什么要跟我要结果”。原创 2023-02-20 21:22:03 · 1085 阅读 · 2 评论 -
Error Creating bean with name
Error Creating bean with name错误原因:误将resultType当成了resultMap使用改过来即可原创 2022-12-19 17:09:30 · 4035 阅读 · 0 评论 -
Invalid bound statement (not found)错误的可能原因
Invalid bound statement (not found)错误的可能原因Invalid bound statement (not found)这个问题的实质就是mapper接口和mapper.xml没有映射起来。原创 2022-12-19 16:46:02 · 2075 阅读 · 0 评论 -
HttpURLConnection getResponseCode() 返回-1
HttpURLConnection类 getResponseCode 方法返回-1原创 2022-10-20 21:36:23 · 2467 阅读 · 0 评论