xiaoxing598 commented on issue #1799: How to configure the initialization parameters of the connection pool? URL: https://github.com/apache/incubator-shardingsphere/issues/1799#issuecomment-456690485 ## Which version of ShardingSphere did you use? 3.1.0 ## Which project did you use? Sharding-JDBC or Sharding-Proxy? Sharding-JDBC ## Expected behavior I am using the "alibaba/druid" data connection pool, I need to set parameters for the connection pool to change its behavior. ## Actual behavior I didn't find a way to set the connection pool parameters, even though I have read all the official documentation. ## Reason analyze (If you can) I use Sharding-JDBC in a project based on SpringBoot. I don't know how to configure it in the project file "application.properties". I don't know how to pass the parameters of the connection pool itself to Sharding-JDBC because the initialization of the connection pool is done by Sharding-JDBC is under control. ## Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. none ## Example codes for reproduce this issue (such as a github link). none
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services