摘要: 在springboot项目中出现Consider defining a bean of type ‘xxx’ in your configuration.的原因,是因为无法识别相应的bean,无法完成注入。解决办法有:1.检查实现类上是否添加@Service 2.实体类上是否添加@Component 阅读全文
posted @ 2022-09-01 16:09 三瑞 阅读(1119) 评论(0) 推荐(0)