SpringBoot @Autowired 報錯,提示Consider defining a bean of type 'XX'in your configuration.

主要是沒有掃描到須要注入的包blog 解決方案io 在DemoApplication中加上要掃描的包 @ComponentScan("com.xxx.service")
相關文章
相關標籤/搜索