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配置错误。按照下面步骤操作

猜你喜欢

转载自blog.csdn.net/lee_master/article/details/104675673