美文网首页问题记录
Spring-Boot不识别application.proper

Spring-Boot不识别application.proper

作者: 子宇楚歌 | 来源:发表于2019-06-30 13:57 被阅读0次

官网的初始化器中生成项目的初始结构,下载下来后项目老是起不起来

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(网上找到的资料是两种文件都支持,只是优先级不一样),改一下文件名就好了。

相关文章

网友评论

    本文标题:Spring-Boot不识别application.proper

    本文链接:https://www.haomeiwen.com/subject/iuuhsqtx.html