You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/23 03:28:17 UTC

[GitHub] [shardingsphere] zewade opened a new issue, #23050: The jdbcUrl property doesn't work when using DruidDatasource.

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN closed issue #23050: The jdbcUrl property doesn't work when using DruidDatasource.

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #23050: The jdbcUrl property doesn't work when using DruidDatasource.
URL: https://github.com/apache/shardingsphere/issues/23050


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] linghengqian commented on issue #23050: The jdbcUrl property doesn't work when using DruidDatasource.

Posted by GitBox <gi...@apache.org>.
linghengqian commented on issue #23050:
URL: https://github.com/apache/shardingsphere/issues/23050#issuecomment-1363641557

   - Duplicate of https://github.com/apache/shardingsphere/issues/17440 . This is expected behavior.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org