admin管理员组

文章数量:1571185

启动springboot项目是报错

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-05-26 16:00:33.380 ERROR 12908 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

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

Description:

Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.

Reason: Failed to determine a suitable driver class


Action:

Consider the following:
	If you want an embedded database (H2, HSQL or Derby), please put it on the classpath.
	If you have database settings to be loaded from a particular profile you may need to activate 

这个情况下,我的问题是nacos中配置有问题,配置文件名不匹配
所以遇到这个报错主要注意配置方面

本文标签: SettingsDatabaseProfileloaded