SpringBoot常見問題--啓動報錯(Cannot determine embedded database driver class for database type NONE)

SpringBoot啓動報錯:Cannot determine embedded database driver class for database type NONE springboot啓動時會自動注入數據源和配置jpa 解決辦法一:啓動類中加入註解:@SpringBootApplication(exclude={DataSourceAutoConfiguration.class,Hiber
相關文章
相關標籤/搜索