在測(cè)試時(shí),無(wú)法注入mapper接口,提示Could not autowire. No beans of 'SysFwListMapper' type found.
在測(cè)試時(shí),無(wú)法注入mapper接口,提示Could not autowire. No beans of 'SysFwListMapper' type found.
在測(cè)試時(shí),無(wú)法注入mapper接口,提示Could not autowire. No beans of 'SysFwListMapper' type found.
2020-01-10
舉報(bào)
2020-01-10
可以不用再mapper接口上加@Repository。在啟動(dòng)類(lèi)或者配置類(lèi)中配置對(duì)Mapper接口包掃描路徑即可,配置的注解為@MapperScan
2020-05-10
加個(gè)@Repository或者Component就行
2020-01-10
你的userMapper中有沒(méi)有