yupd opened a new issue, #2173: URL: https://github.com/apache/shardingsphere-elasticjob/issues/2173
## Bug Report ### Which version of ElasticJob did you use? 3.0.2 ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud? ElasticJob-Lite ### Expected behavior import org.springframework.boot:spring-boot-starter-jdbc dependenceļ¼auto config datasource failed. ### Actual behavior DataSourceInitializationConfiguration: Did not match: - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) did not find a primary bean from beans 'tracingDataSource', 'dataSource' (OnBeanCondition) DataSourceTransactionManagerAutoConfiguration.JdbcTransactionManagerConfiguration: Did not match: - @ConditionalOnSingleCandidate (types: javax.sql.DataSource; SearchStrategy: all) did not find a primary bean from beans 'tracingDataSource', 'dataSource' (OnBeanCondition) ### Reason analyze (If you can) multiple data sources cause auto config failed. ### Steps to reproduce the behavior. ### Example codes for reproduce this issue (such as a github link). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
