随笔分类 - java错误排查
摘要:一、报错信息 Could not copy property 'committedVirtualMemorySize' from source to target; nested exception is java.lang.reflect.InaccessibleObjectException:
阅读全文
Maven Resources Compiler: Maven project configuration required for module 'XX(项目名)' isn't available.
摘要:一、报错信息 Error:Maven Resources Compiler: Maven project configuration required for module 'XX(项目名)' isn't available. Compilation of Maven projects is sup
阅读全文
摘要:一、报错信息 Expected one result (or null) to be returned by selectOne(), but found: 6] with root cause 二、出现原因 在做后台分页的查询中,写错了查询sql,导致返回值多了,正确的结果应是一条, 三解决方法
阅读全文
摘要:一、报错信息 Parameter index out of range (1 > number of parameters, which is 0). 二、出现原因 在进行like模糊查询时,我将字符串拼接在了sql语句上,'%#{param}%' 三、解决问题 方法一,#不支持拼串,但是$支持,但
阅读全文
摘要:一、报错信息 NullPointerException Can't add values % , null 二、出现原因 在mybatis中使用like进行模糊查询时,不能使用'%#{param}%' 来拼接字符串,便使用 <bind> 标签绑定参数,再之后的查询中,若传入参数为null,便会运行报
阅读全文
摘要:一、问题来源 学习Spring Boot 时,利用@ConfigurationProperties(prefix = "")来绑定属性时报错 二、报错信息 Not registered via @EnableConfigurationProperties or marked as Spring co
阅读全文
摘要:intellij IDEA 与maven版本不匹配的问题,报错信息Unable to import maven project: See logs for details
阅读全文

浙公网安备 33010602011771号