启动SpringBoot应用时,出现以下错误:
在application.yml配置无误的情况下,原因在于
配置代码缩进问题造成的,修改后如图,便可解决此错误
应用正常运行
错误:"'url' attribute is not specified and no embedded datasource could be configured"
最新推荐文章于 2025-06-19 17:41:11 发布
启动SpringBoot应用时,出现以下错误:
在application.yml配置无误的情况下,原因在于
配置代码缩进问题造成的,修改后如图,便可解决此错误
应用正常运行