Failed to configure a DataSource: 'url' attribute is not specified and no embedd

145 阅读1分钟

springboot启动后提示: Failed to configure a DataSource: 'url' attribute is not specified and no embedd

我的解决: maven项目中没有设置resources作为resource root,设置后解决

image.png

image.png