Spring Boot - Error creating bean with name 'dataSource' defined in class path resource(示例代码

Posted 威流微信公众平台开发研究工作室

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot - Error creating bean with name 'dataSource' defined in class path resource(示例代码相关的知识,希望对你有一定的参考价值。

看起来像最初的问题是与自动配置。

如果你不需要数据源,只需从自动配置过程中删除它:

@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})

 



以上是关于Spring Boot - Error creating bean with name 'dataSource' defined in class path resource(示例代码的主要内容,如果未能解决你的问题,请参考以下文章

spring-boot导入redis依赖后报错 Error creating bean with name ‘redisConnectionFactory‘

Error creating bean with name 'org.apache.cxf.spring.boot.autoconfigure.CxfAutoConfiguration(示例代

spring boot maven install时报错 Error creating bean with name 'serverEndpointExporter'

Spring Boot 报错:Error creating bean with name 'entityManagerFactory' defined in class path re

@WebMvcTest 在 Spring Boot 测试中为不同服务提供“Error Creating bean with name”错误

Spring Boot报错Error creating bean with name 'userRepository': Invocation of init method faile