liuhaocg commented on issue #36385:
URL: 
https://github.com/apache/shardingsphere/issues/36385#issuecomment-3232171789

   > just try to config single table as `*.*`
   
   I tried
   `private SingleRuleConfiguration createSingleRuleConfiguration() {
       SingleRuleConfiguration singleRuleConfiguration = new 
SingleRuleConfiguration();
       singleRuleConfiguration.setTables(Lists.newArrayList("*.*"));
       singleRuleConfiguration.setDefaultDataSource("ds_bigorder");
       return singleRuleConfiguration;
   }`
   but it didn't work


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to