异常
异常及解决方法
imagine的博客
一名软件开发工作者
展开
-
org.mybatis.spring.MyBatisSystemException:Error evaluating expression ‘query. xxx!=null ‘ 对象为空异常
此异常经过两天的研究终于解决。。。一开始以为传递参数错误,检查mapper中的参数指定,没有发现问题。检查xml中也未发现问题。原因在于在Controller层没有使用@RequestBody注解,导致传入的请求对象是空的。添加@RequestBody注解后问题解决。...原创 2020-08-07 15:48:08 · 7203 阅读 · 0 评论 -
将SpringBoot项目转为SSM项目遇到的问题
将SpringBoot项目转为SSM项目遇到的问题及解决方案启动后页面报404错误SSM项目访问静态资源路径问题springDispatcherServlet报错启动后页面报404错误SSM项目访问静态资源路径问题springDispatcherServlet报错配置不完整,缺resources目录。...原创 2020-07-15 13:58:05 · 2540 阅读 · 0 评论 -
类中两个属性具有相同名称bug
类中两个属性具有相同名称bug, 类中成员变量作用域应该为private。com.sun.xml.internal.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions类的两个属性具有相同名称 "name" this problem is related to the following location: at public java.util.List cn.excerci原创 2020-07-15 13:54:43 · 1915 阅读 · 0 评论