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/08/16 08:15:46 UTC

[GitHub] [incubator-shardingsphere] ChrisBamaofan removed a comment on issue #2882: 库1的分表关联库2的不分表,使用库1的

ChrisBamaofan removed a comment on issue #2882: 库1的分表关联库2的不分表,使用库1的
URL: https://github.com/apache/incubator-shardingsphere/issues/2882#issuecomment-521927604
 
 
   <!--需要分表的库-->
   <bean id="ds0" class="org.apache.commons.dbcp2.BasicDataSource" destroy-method="close">
           <property name="driverClassName" value="mysqlDriver" />
           <property name="url" value="jdbc:mysql://ip/database0?useSSL=false" />
           <property name="username" value="usr" />
           <property name="password" value="pwd" />
   </bean>

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