问题:
Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired
解决:
在这篇文章的启发下 把Dog类放在同一个包下解决
但是为啥扫描不到不同包??
少了@Autowired
没有注册
SpringBoot注入出现@org.springframework.beans.factory.annotation.Autowired(required=true)
阅读 112
2022-02-07
问题:
Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired
解决:
在这篇文章的启发下 把Dog类放在同一个包下解决
但是为啥扫描不到不同包??
没有注册
相关推荐
精彩评论(0)