spring-cloud-docker-microservice-book-code
spring-cloud-docker-microservice-book-code copied to clipboard
No qualifying bean of type 'javax.sql.DataSource' available:
您好,我在运行 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: {}
@luangxiao 执行mvn clean install 确定能正常构建再启动哈。