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



本文详细解析了一位开发者在使用SpringBoot框架时遇到的“无法确定嵌入式数据库驱动类”错误,并分享了问题根源在于Maven仓库配置错误,包括settings.xml和repository配置不当。通过调整这些配置,成功解决了应用程序启动失败的问题。
153

被折叠的 条评论
为什么被折叠?



