启动springboot项目时报错:Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded

Posted 叶不修233

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了启动springboot项目时报错:Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded相关的知识,希望对你有一定的参考价值。

错误解决——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

一、错误描述

启动springboot项目时报错如图所示:

检查application.properties配置发现部分配置信息灰掉了,即未被使用

二、问题原因

在项目中remove掉项目之后再重新引入,resources包可能变成普通包,需要重新mark Dictionary为Resources root类型

三、解决方案

将resources包重新mark Dictionary为Resources root类型

以上是关于启动springboot项目时报错:Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded的主要内容,如果未能解决你的问题,请参考以下文章

项目启动时报错Instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError

SpringBoot单元测试运行时报错:Failed to load ApplicationContext

SpringBoot单元测试运行时报错:Failed to load ApplicationContext

SpringBoot单元测试运行时报错:Failed to load ApplicationContext

SpringBoot单元测试运行时报错:Failed to load ApplicationContext

SpringBoot单元测试运行时报错:Failed to load ApplicationContext