APPLICATION FAILED TO START

Description:數據庫

Cannot determine embedded database driver class for database type NONEspa

Action:blog

If you want an embedded database please put a supported one on the classpath. If you have database settings to be loaded from a particular profile you may need to active it (the profiles "dev" are currently active).ip

解決辦法:it

在@SpringBootApplication註解中加上(exclude = DataSourceAutoConfiguration.class)

 

做用:排除自動注入數據源的配置(取消數據庫配置),通常使用在客戶端(消費者)服務中
相關文章
相關標籤/搜索