0
点赞
收藏
分享

微信扫一扫

SpringBoot注入出现@org.springframework.beans.factory.annotation.Autowired(required=true)

福福福福福福福福福 2022-02-07 阅读 112


问题:

Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired

解决:

在这篇文章的启发下 把Dog类放在同一个包下解决

但是为啥扫描不到不同包??

SpringBoot注入出现@org.springframework.beans.factory.annotation.Autowired(required=true)_java

SpringBoot注入出现@org.springframework.beans.factory.annotation.Autowired(required=true)_java_02

少了@Autowired

没有注册



举报

相关推荐

0 条评论