johnny2002 opened a new pull request #7751:
URL: https://github.com/apache/shardingsphere/pull/7751


   Fixes #7471 
   
   Changes proposed in this pull request:
   datasources yaml changed to:
   
   dataSources:
     template1:
       type: com.zaxxer.hikari.HikariDataSource
       driverClassName: org.h2.Driver
       username: root
       password:
       maximumPoolSize: 2
       isTemplate: true #indicate this is a template, not a concrete datasource
     ds_0: 
       template: template1 #inherit properties from datasource "template1"
       jdbc-url: jdbc:h2:mem:core
       maximumPoolSize: 5 #override values from template1
     ds_1: 
       template: template1
       jdbc-Url: jdbc:h2:mem:core
   
   -
   -
   -
   


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


Reply via email to