Spring Boot 2.1.7 启动项目失败,报错: "Failed to configure a DataSource: 'url' attribute is not
Posted akiradunn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot 2.1.7 启动项目失败,报错: "Failed to configure a DataSource: 'url' attribute is not 相关的知识,希望对你有一定的参考价值。
一开始按照网上的很多解决办法是:
接下来是启动报错的项目,发现target目录下并没有这个application.yml:
所以最后将application.yml拷贝到target目录下项目就可以正常启动了!
以上是关于Spring Boot 2.1.7 启动项目失败,报错: "Failed to configure a DataSource: 'url' attribute is not 的主要内容,如果未能解决你的问题,请参考以下文章
谈谈spring-boot不同包结构下,同样的类名冲突导致服务启动失败解决方案
如何解决tomcat的问题? Spring-Boot“扫描失败”
Spring Boot集成Redis启动失败Caused by: java.lang.ClassNotFoundException: org.apache.commons.pool2.impl.G