将Spring Boot从1.5.13.RELEASE升级到2.2.4.RELEASE

时间:2020-09-02 12:41:22

标签: spring-boot spring-data-jpa autowired

说明:

需要找不到类型为com.abc.repositories.XYZCrudReposotry的bean。

注入点具有以下注释: -@org.springframework.beans.factory.annotation.Autowired(required=true)

动作:

考虑在您的配置中定义类型为com.abc.repositories.XYZCrudReposotry的bean。

在较早的Spring引导版本中,我能够对存储库接口使用自动装配,但是在升级后启动应用程序时,它会出现上述错误。

0 个答案:

没有答案