springboot 報錯Field XXX required a bean of type XXX that could not be found.

 把啓動類改成@SpringBootApplication(scanBasePackages = {"service","dao","config」})   個人猜測與掃描的包有關,但這只是籠統的的寫法。不一定會解決問題,但會讓項目跑起來不報錯。 解決辦法,其實還是與包有關,可直接改爲具體的或頂級根包 : @SpringBootApplication(scanBasePackages = {"co
相關文章
相關標籤/搜索