zzyReal666 commented on issue #30554:
URL:
https://github.com/apache/shardingsphere/issues/30554#issuecomment-2044284669
step 1 : Add dependencies. ` <dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid-spring-boot-starter</artifactId>
<version>1.2.9</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</exclusion>
</exclusions>
</dependency>`
step 2 :change your config.xml. Pay attention to this `url`,not `jdbcUrl`

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