zewade opened a new issue, #23050:
URL: https://github.com/apache/shardingsphere/issues/23050

   ### Which version of ShardingSphere did you use?
   5.3.0
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   
   ### Expected behavior
   When I use DruidDatasource, shardingjdbc can be loaded successfully.
   
   ### Actual behavior
   Throw an Exception, Message is 'url not set'.
   
   ### Reason analyze (If you can)
   When I use 'jdbcUrl' ,it doesn't work,but change to 'url' can work.  
   ```
   dataSources:
     ds-0:
       dataSourceClassName: com.alibaba.druid.pool.DruidDataSource
       driverClassName: com.mysql.jdbc.Driver
       jdbcUrl: jdbc:mysql://xxxx:xxx/xxxxx
       username: root
       password:
   ```
   


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

Reply via email to