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 2019/07/16 10:56:57 UTC

[GitHub] [incubator-shardingsphere] zcqshine edited a comment on issue #2712: 【4.0.0-RC2 & 4.0.0-RC3-SNAPSHOT】sharding-jdbc-spring-boot-starter init dataSource failed

zcqshine edited a comment on issue #2712: 【4.0.0-RC2 & 4.0.0-RC3-SNAPSHOT】sharding-jdbc-spring-boot-starter init dataSource failed
URL: https://github.com/apache/incubator-shardingsphere/issues/2712#issuecomment-511768216
 
 
   properties:
   ```
   spring.shardingsphere.datasource.names = ds
   spring.shardingsphere.sharding.default-data-source-name = ds
   spring.shardingsphere.datasource.ds.type = com.zaxxer.hikari.HikariDataSource
   spring.shardingsphere.datasource.ds.jdbc-url = jdbc:postgresql://192.168.2.29:5432/xxx
   spring.shardingsphere.datasource.ds.driver-class-name = org.postgresql.Driver
   spring.shardingsphere.datasource.ds.username = xxx
   spring.shardingsphere.datasource.ds.password = xxx
   ...
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services