
报错信息
记录自己的报错信息以及解决办法
Melon、Jay
什么都不会的小白
展开
-
org.springframework.jdbc.BadSqlGrammarException
【代码】org.springframework.jdbc.BadSqlGrammarException。原创 2024-05-02 15:29:48 · 260 阅读 · 1 评论 -
解决:Invalid bound statement (not found): com.melon.mapper.UserMapper.selectById
【代码】解决:Invalid bound statement (not found): com.melon.mapper.UserMapper.selectById。原创 2024-04-23 12:20:07 · 713 阅读 · 2 评论 -
使用tk.mybatis好像和我的实体类有冲突,已解决,有大佬可以进来解释一下吗?
去掉两个注释就解决了,记录一下。原创 2024-04-04 22:25:00 · 273 阅读 · 1 评论 -
java.lang.IllegalArgumentException: Invalid value type for attribute ‘factoryBeanObjectType‘:
【错误解决】java.lang.IllegalArgumentException: Invalid value type for attribute ‘factoryBeanObjectType’: java.lang.String整个mybatisplus时原因是因为使用的是springboot3,对应应该使用mybatisplus3 <dependency> <groupId>com.baomidou</groupId> <artifactI原创 2024-03-29 10:58:09 · 1006 阅读 · 2 评论 -
Error starting ApplicationContext. To display the condition evaluation report re-run your applicatio
【代码】写下来,以后就用这个版本的,今天一个报错调个版本就好了,干!原创 2024-03-29 00:16:59 · 1327 阅读 · 0 评论 -
启动启动Springboot项目的时候报错:Error starting ApplicationContext. To display the conditions report re-run you
今天跟着尚硅谷的视频学习springboot时,学习@ConfigurationProperties这个注解的用法的时候,要先讲类注册为组件才能使用springboot的功能。原因为没有加上@compoment。原创 2024-03-23 13:55:31 · 1072 阅读 · 1 评论