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

最近做springboot项目,在项目启动的时候报这个错误,网上查了好多,最后解决了,就是POM 文件配置的问题Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could

红色区域报错之前没有添加,添加之后问题解决了,可能是因为不配置这个,编译器无法找到所有类型的文件吧,希望有类似问题的朋友们能讨论一下