问题:
Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired
解决:
在这篇文章的启发下 把Dog类放在同一个包下解决
但是为啥扫描不到不同包??
少了@Autowired
没有注册
问题:
Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired
解决:
在这篇文章的启发下 把Dog类放在同一个包下解决
但是为啥扫描不到不同包??
没有注册