itmuch / spring-cloud-docker-microservice-book-code

《Spring Cloud与Docker微服务架构实战》配套代码。讨论QQ群:731548893
http://www.itmuch.com
Apache License 2.0
1.17k stars 861 forks source link

No qualifying bean of type 'javax.sql.DataSource' available: #10

Open luangxiao opened 5 years ago

luangxiao commented 5 years ago

您好,我在运行 microservice simple provider user 项目时遇到这个问题,不知道该怎么处理 Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'javax.sql.DataSource' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}

eacdy commented 5 years ago

@luangxiao 执行mvn clean install 确定能正常构建再启动哈。