***************************APPLICATION FAILED TO START*************************** Description: Failed to configure a DataSource: 'url' attribute is no ...
***************************
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 suitable jdbc url
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).
報錯原因:
未能確定合適的jdbc url
解決方法
檢查你的:application.properties 中的資料庫配置是否 少寫 多寫