spawpaw commented on issue #3441: [sharding-jdbc-spring-boot-starter] wrong 
config key
URL: 
https://github.com/apache/incubator-shardingsphere/issues/3441#issuecomment-549238204
 
 
   ummmmmm, i know why i have this problem...  
   the config is different between datasource types, so...
   
   for example, when I use hikari datasource, this config is ok:
   ```yaml
           type: com.zaxxer.hikari.HikariDataSource
           driver-class-name: com.mysql.cj.jdbc.Driver
           jdbc-url: jdbc:mysql://localhost:3306/xxx
           username: root
           password: 123456
   ```

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


With regards,
Apache Git Services

Reply via email to