The injection point has the following annotations: - @org.springframework.beans.factory.annotation.

錯誤原因:Autowired 根據類型去spring容器找,找不到那個類,就會報錯 解決方法:在springboot啓動類上添加註解 @ComponentScan(basePackages = { 「com.jeff」 })
相關文章
相關標籤/搜索