SpringBoot could not autowire

SpringBoot 在整合其資源的時候經常會遇到could not autowired. No beans of ‘xxxx’ type,雖然不影響使用,但是看着比較噁心 。  如:  這是因爲在Spring在自動bean的時候還沒有把當前所注入的bean裝配起來,但是隨着項目啓動,bean被裝配 了,然後調用的時候就有了。  解決辦法:  加入註解 @Component(value = "ap
相關文章
相關標籤/搜索