Invalid bound statement (not found): .service.EpiEduUsersService
Posted python924
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Invalid bound statement (not found): .service.EpiEduUsersService相关的知识,希望对你有一定的参考价值。
今日大坑:
环境是springboot+mybatis plus,debug进入controller后无法走到service层,之前搜关键词Invalid bound statement (not found): ,出来的都是dao层扫描不到,于是我就搜关键词Invalid bound statement (not found): .service.EpiEduUsersService,很快就出来了解决办法,哎,万事要沉得住进,相信没有解决不了的Bug,只是时间问题
解决办法:
在controller层加上
@Qualifier("epiEduUsersServiceImpl")
以上是关于Invalid bound statement (not found): .service.EpiEduUsersService的主要内容,如果未能解决你的问题,请参考以下文章
Invalid bound statement not found
Invalid bound statement (not found) 错误原因
报错 Invalid bound statement (not found): com.xxx.mapper.xxx
Invalid bound statement (not found)