Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasourc
Posted niugang0920
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasourc相关的知识,希望对你有一定的参考价值。
问题描述:
springboot版本 2.1.1
pom.xml配置
application.properties
在配置数据连接的时候报如下错误:
> Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded datasource could
这是因为引入的spring-boot-starter-jdbc但是没有配置spring.datasource.url等信息报错的。(在我的application.properties中采用的hikari作为数据库连接)
解决办法:
第一种:
将配置信息改为:
第二种:(去掉DataSourceAutoConfiguration的自动配置)
微信公众号
JAVA程序猿成长之路
分享资源,记录程序猿成长点滴。专注于Java,Spring,SpringBoot,SpringCloud,分布式,微服务。
以上是关于Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasourc的主要内容,如果未能解决你的问题,请参考以下文章
struts报错严重: Dispatcher initialization failed Unable to load configuration.
Failed to upgrade Oracle Cluster Registry configuration(root.sh)
安装Intel HAXM:"failed to configure driver unknown error. failed to open driver"
Failed to configure a DataSource 'url' attribute问题解决
springboot启动报错:Failed to configure a DataSource
Springboot Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded