Consider defining a bean of type 'xxx' in your configuration.

在springboot項目中出現Consider defining a bean of type ‘xxx’ in your configuration.的原因,是因爲無法識別相應的bean,無法完成注入。解決辦法有: 1.檢查實現類上是否添加@Service 2.實體類上是否添加@Component 3.在Dao接口上是否添加@Repository,@Mapper 4.檢查相應的包路徑是否一致
相關文章
相關標籤/搜索