原文:報錯Cannot determine embedded database driver class for database type NONE解決方法

由於我不需要數據庫,啟動springboot報錯: Cannot determine embedded database driver class for database type NONE If you want an embedded database please put a supported one on the classpath. If you have database sett ...

2018-10-05 09:54 0 688 推薦指數:

查看詳情

Cannot determine embedded database driver class for database type NONE

springboot+jpa使用自定義配置文件連接數據庫報錯Cannot determine embedded database driver class for database type NONE 原因:沒有配置數據源dataSource,配置文件加載進來了的。 解決辦法:在配置類中配置 ...

Sat Jan 19 00:19:00 CST 2019 0 1128
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM