org.apache.ibatis.binding.BindingException

简介: org.apache.ibatis.binding.BindingException

   

问题:

今天发现项目中出现了这么一个问题:

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”

image.png

问题倒不是什么问题,但是 “驼峰命名法” 啊!!是个Java程序员都应该知道的吧?

image.png

编程还是要注意规范的,毕竟,推己及人,接锅的何苦为难接锅的!


目录
相关文章
|
5月前
|
IDE Java 应用服务中间件
解决org.apache.jasper.JasperException异常
解决org.apache.jasper.JasperException异常
|
5月前
|
Java 数据库连接 mybatis
【已解决】nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘qcBizname‘ not found
【已解决】nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘qcBizname‘ not found
146 0
|
XML Java 数据库连接
解决在mybatis中出现的org.apache.ibatis.exceptions.PersistenceException~
解决在mybatis中出现的org.apache.ibatis.exceptions.PersistenceException~
1084 0
|
6月前
|
Java 数据库连接 数据库
org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
org.apache.ibatis.session.AutoMappingUnknownColumnBehavior
55 0
|
XML SQL Java
【SSM】nested exception is org.apache.ibatis.binding.BindingException: Invalid boun原因总结
【SSM】nested exception is org.apache.ibatis.binding.BindingException: Invalid boun原因总结
1087 0
【SSM】nested exception is org.apache.ibatis.binding.BindingException: Invalid boun原因总结
|
SQL Java 数据库连接
nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘‘ not found. Ava
用mybatis写注解SQL的执行报错,这个报错有很多原因就不说了,说一下我的问题 同一个mapper中方法有重名的,虽然编译没报错,相当于重载了,但是执行的时候就报错了 方法写的太多了都没注意
|
SQL XML Java
org.apache.ibatis.binding.BindingException: Parameter ‘startTime‘ not found. Available parameters
org.apache.ibatis.binding.BindingException: Parameter ‘startTime‘ not found. Available parameters
196 0
|
Java 数据库连接 mybatis
org.apache.ibatis.binding.BindingException: Type interface is not know to the MapperRegistry.
错误原因 没有将映射文件引入到MyBatis的核心文件中。 将映射文件引入即可。
161 0
org.apache.ibatis.binding.BindingException: Type interface is not know to the MapperRegistry.
|
XML Java 数据库连接
org.apache.ibatis.binding.BindingException: Invalidbound statement (not found)的解决方案和造成原因分析(超详细)
org.apache.ibatis.binding.BindingException: Invalidbound statement (not found)的解决方案和造成原因分析(超详细)
628 0
org.apache.ibatis.binding.BindingException: Invalidbound statement (not found)的解决方案和造成原因分析(超详细)
|
SQL Java 数据库连接
org.apache.ibatis.reflection.ReflectionException: There is no getter for propert
org.apache.ibatis.reflection.ReflectionException: There is no getter for propert
158 0
org.apache.ibatis.reflection.ReflectionException: There is no getter for propert