springboot Field userInfoInter in com.**.** required a bean of type ‘***.**‘
生活随笔
收集整理的這篇文章主要介紹了
springboot Field userInfoInter in com.**.** required a bean of type ‘***.**‘
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
問題:
Field userInfoInter in com.yyjc.springboot.service.UserInfoService required a bean of type ‘com.yyjc.springboot.Mapper.UserInfoInter’ that could not be found.
解決:
我的項目結構
在主程序中加入基于包掃描的注解@MapperScan({""})或者@ComponentScan({""})
@SpringBootApplication @MapperScan("com.yyjc.springboot.mapper") public class Springboot009Application {public static void main(String[] args) {SpringApplication.run(Springboot009Application.class, args);} } ```總結
以上是生活随笔為你收集整理的springboot Field userInfoInter in com.**.** required a bean of type ‘***.**‘的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Java判断一组数字是否是等差数列
- 下一篇: 小微商 获取平台证书 报错