spring-boot项目无法启动
问题:网上找的一个开源项目,启动时报错:Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.分析:很明显是无法连接数据库的问题。检查连接配置信息,连接,驱动,数据库名,密码均没有问题。解决:springboot数据库配置,一般有几种环境:application-dev.properties 开发环境appl