BenzHuang commented on issue #5697:
URL: https://github.com/apache/shardingsphere/issues/5697#issuecomment-632573881


   I have the same problem, if using druid, dependency need to use druid , 
Instead of druid-spring-boot-starter
   ```xml
   <!-- druid -->
   <dependency>
        <groupId>com.alibaba</groupId>
        <artifactId>druid</artifactId>
           <version>1.1.22</version>
   </dependency>
   
   <!-- shardingsphere -->
   <dependency>
        <groupId>org.apache.shardingsphere</groupId>
        <artifactId>sharding-jdbc-spring-boot-starter</artifactId>
        <version>4.1.0</version>
   </dependency>
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to