title: 05Springboot–出现BindingException tags: Error categories:
计算机科学JavaSpringBoot框架SpringBoot框架常见错误集合 abbrlink: 2954 date: 2020-10-05 17:00:28
项目场景:
IDEA在启动时出现错误
问题描述:
2020-09-21 21:08:06.650 ERROR 23480 ---
[nio-9000-exec-3
] o.a.c.c.C.
[.
[.
[/
].
[dispatcherServlet
] : Servlet.service
() for servlet
[dispatcherServlet
] in context with path
[] threw exception
[Request processing failed
; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement
(not found
): com.example.mysportjava.dao.UserDao.getUserByMassage
] with root cause
org.apache.ibatis.binding.BindingException: Invalid bound statement
(not found
): com.example.mysportjava.dao.UserDao.getUserByMa
原因分析:
多出空格
解决方案:
我的博客,欢迎点击光顾