报错:23.559 ERROR o.s.b.d.LoggingFailureAnalysisReporter:40
来源:5-1 大章列表查询功能开发1

慕姐9356413
2022-03-31
如图报错如下:
Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
23.559 ERROR o.s.b.d.LoggingFailureAnalysisReporter:40
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 it (no profiles are currently active).
Process finished with exit code 0
请问是什么原因,怎么解决?
1回答
-
甲蛙
2022-04-01
应该是application.properties里没有配置数据库,或配置的key名不对
042022-04-07
相似问题