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 2020/03/01 03:13:12 UTC

[GitHub] [incubator-shardingsphere] phoema commented on issue #4527: sharding-jdbc-core v 4.0.0 not support mybatis about xml with multi table?

phoema commented on issue #4527: sharding-jdbc-core v 4.0.0 not support mybatis about xml with multi table? 
URL: https://github.com/apache/incubator-shardingsphere/issues/4527#issuecomment-593047120
 
 
   thanks a lot!
   
   another question
   Can I define only the default sharding database rules with not define tableRule
   
   I want the table structure of each instance is exactly the same based on the every database splitting operation of tenantid
   
   Is there any way to use table rules without defining each table
   
   I try to comment out the table definition in the tablerule, but console log:
   ![image](https://user-images.githubusercontent.com/8730272/75618749-9fff4d00-5bad-11ea-9901-d69c563b513b.png)
   
   org.apache.shardingsphere.underlying.common.config.exception.ShardingSphereConfigurationException: Cannot find table rule and default data source with logic table: 'QRTZ_TRIGGERS'
   
   QRTZ_TRIGGERS must define in shardingRule.tables.QRTZ_TRIGGERS ?
   have a default way to define all tables?

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