springboot
文章平均质量分 69
安逸一一一
这个作者很懒,什么都没留下…
展开
-
No bean named 。。。。importRegistry
异常信息org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springApplicationAdminRegistrar' defined in class path resource [org/springframework/boot/autoconfigure/admin/SpringApplicationAdminJmxAutoConfiguration.class]: B原创 2020-06-14 11:22:32 · 3148 阅读 · 0 评论 -
NonStringOrTemplateOutputException ----组件输出异常
在spring 的framework 框架中对空值 需要额外的注意当未向页面传递对应对象时,就会报如下错误reemarker.core.NonStringOrTemplateOutputException: For “${…}” content: Expected a string or something automatically convertible to string (nu原创 2018-01-26 14:36:26 · 9463 阅读 · 2 评论 -
NonHashException left-hand operand: Expected a hash, but this has evaluated to a string//获取哈希对象异常
分析错误原因:运行环境错误runtime错误--->检验其他ftl页面是否异常 正常--->Expected a hash, but this has evaluated to a string 期望的是一个hash散列对象,却获取到了一个字符串没有HashException 没有获取到HashException在网页上输出一下${prolist} 获得字符串"pro原创 2018-01-26 14:11:31 · 26987 阅读 · 1 评论 -
"nested exception is org.apache.ibatis.binding.BindingException: Parameter 'openid' not found. Avail
当ssm框架中,mybatis映射文件的,中忘记添加@Param注解时 就会报这个错误 @Delete("DELETE from **** where id=#{goodid}") int delete(@Param("goodid")int goodid);}参数绑定错误,找不到参数openid ...原创 2018-05-11 15:55:25 · 1147 阅读 · 0 评论 -
java.lang.IllegalArgumentException: Mapped Statements collection already contains value for com.exam
java.lang.IllegalArgumentException: Mapped Statements collection already contains value for com.example.demo.dao.ShoppingCarMapper.getGoodsillegal 非法的非法参数异常mybatis中的搜索语句的id 重复时就会报此错误仔细检查,对应的xml中的id值或者...原创 2018-05-11 16:33:28 · 1659 阅读 · 0 评论 -
maven jar包 miss
最近由于idea出现了一些问题不得不返回用eclipse开发导入项目后项目右上角出现感叹号这个可能并且在xml,Problem 中报类似依赖缺失错误点击项目右键 buildpath---> configure build path...进入之后在Order and Export 窗口中 Maven Dependencies 报错切换至 Libraries 窗口将鼠标放在报错 的jar包文件...原创 2018-05-26 09:27:45 · 2109 阅读 · 0 评论