Spring Boot:Caused by: org.apache.ibatis.binding.BindingException: Parameter 'deptId' not fo
Posted 一只敲码的猫
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot:Caused by: org.apache.ibatis.binding.BindingException: Parameter 'deptId' not fo相关的知识,希望对你有一定的参考价值。
1. 错误信息描述
在使用Spring Boot + Mybaits从前台向后台提交数据时,控制台报出该错误信息
2. 报错原因
在dao接口中,该方法拥有两个参数,Mybaits无法区分这两个参数
3. 解决方法
在dao方法中为这两个参数分别标注Mybaits的@Param注解,对这两个参数加以区分
List<ManagerSelectResult>selectToday(@Param("deptId") Integer deptId, @Param("officeId") Integer officeId);
以上是关于Spring Boot:Caused by: org.apache.ibatis.binding.BindingException: Parameter 'deptId' not fo的主要内容,如果未能解决你的问题,请参考以下文章
Spring Boot集成Redis启动失败Caused by: java.lang.ClassNotFoundException: org.apache.commons.pool2.impl.G
Spring Boot集成Redis启动失败Caused by: java.lang.ClassNotFoundException: org.apache.commons.pool2.impl.G
[Spring boot] Autowired by name, by @Primary or by @Qualifier
Caused by: java.lang.ClassNotFoundException: com.alibaba.dubbo.common.Version
Caused by: java.security.InvalidKeyException: Illegal key size or default parameters
异常Caused by: java.lang.IllegalStateException: Zip64 archives are not supported