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.

翻译就是:无法配置DataSource:未指定'url'属性,也无法配置嵌入数据源。

很明显,就是你在应用中没有配置datasource的一些相关属性,例如:地址值啊,数据库驱动啊,用户名啊,密码啊,

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

出错原因,引入了Spring Boot data jpa 依赖而没有在配置文件中加入数据库相关的配置信息

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

参考链接:https://blog.csdn.net/qq_40223688/article/details/88191732