RaigorJiang commented on pull request #11185:
URL: https://github.com/apache/shardingsphere/pull/11185#issuecomment-875405483


   @tristaZero  Now users can add resource with :
   ```
   ADD RESOURCE 
   resource_0 (
       HOST=127.0.0.1,
       PORT=3306,
       DB=db0,
       USER=root,
       PASSWORD=root,
       PROPERTIES("maxPoolSize"=50, "idleTimeoutMilliseconds"="60000")
       ), 
   resource_1 (
       URL="jdbc:mysql://127.0.0.1:3306/db1?serverTimezone=UTC&useSSL=false",
       USER=root,
       PASSWORD=root,
       PROPERTIES("maxPoolSize"=50, "idleTimeoutMilliseconds"="60000")
       );
   ```


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