说明:
需要找不到类型为com.abc.repositories.XYZCrudReposotry
的bean。
注入点具有以下注释:
-@org.springframework.beans.factory.annotation.Autowired(required=true)
动作:
考虑在您的配置中定义类型为com.abc.repositories.XYZCrudReposotry
的bean。
在较早的Spring引导版本中,我能够对存储库接口使用自动装配,但是在升级后启动应用程序时,它会出现上述错误。