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

場景 SpringBoot項目運行時提示: 解決 首先查看service下是否有@Service註解 這裏有。 然後找到啓動類 修改前: 修改後: 添加: @SpringBootApplication(scanBasePackages = {"service","dao","config"})
相關文章
相關標籤/搜索