org.apache.ibatis.binding.BindingException
【摘要】
问题:
今天发现项目中出现了这么一个问题:
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘startTime’ not found. Available paramet...
问题:
今天发现项目中出现了这么一个问题:
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘startTime’ not found. Available parameters are [StartTime, param1]
原因:
报的异常仔细看一下,“startTime”参数找不到,找到的参数是 “StartTime”
对一下mapper接口和xml,
嗯?果然,mapper接口里是 “StartTime”,而xml里是 “startTime”
问题倒不是什么问题,但是 “驼峰命名法” 啊!!是个Java程序员都应该知道的吧?
编程还是要注意规范的,毕竟,推己及人,接锅的何苦为难接锅的!
文章来源: blog.csdn.net,作者:三分恶,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/sinat_40770656/article/details/106523830
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)