Cannot determine embedded database driver class for database type NONE 問題解決


Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2020-2-29 14:26:34.478 ERROR 29736 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   :

***************************
APPLICATION FAILED TO START
***************************

Description:

Cannot determine embedded database driver class for database type NONE

Action:

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 (no profiles are currently active).


遇到這樣的問題了,然後按照網上教的各種方程看了一下,是不合適我的問題的。

然後最後問題發現是maven倉庫配置的問題,settings.xml和repository配置錯誤。按照下面步驟操作

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章