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

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

如果出现以下错误:
Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
2020-03-28 14:41:48.828 ERROR 2232 — [ main] o.s.b.d.LoggingFailureAnalysisReporter :

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

请检查导入的依赖中是否有关于数据库的,若你的项目不需要用到有关数据库的操作时,只需在启动类中排除有关数据库的类:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could_第1张图片

你可能感兴趣的:(报错专区,数据库,java,spring)