在官网的初始化器中生成项目的初始结构,下载下来后项目老是起不起来
Description:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured.
Reason: Failed to determine a suitable driver class
费了很大的劲都没解决,网上找的解决方案都没用。后来才发现自动生成项目配置是application.properties(内容格式还是yml的格式),但是不知道为什么spring-boot只识别application.yml(网上找到的资料是两种文件都支持,只是优先级不一样),改一下文件名就好了。
网友评论