提交 4bc8853f 编写于 作者: T terrymanu

refactor api 15th version

上级 82e77f30
......@@ -273,7 +273,7 @@ public final class ShardingRule {
private ShardingStrategy defaultTableShardingStrategy;
private KeyGenerator defaultKeyGenerator;
/**
* Build table rules.
*
......@@ -319,7 +319,7 @@ public final class ShardingRule {
this.defaultTableShardingStrategy = defaultTableShardingStrategy;
return this;
}
/**
* Build default key generator.
*
......
......@@ -195,9 +195,9 @@ public final class TableRule {
public static class TableRuleBuilder {
private final String logicTable;
private final List<String> actualTables = new ArrayList<>();
private final Collection<String> dataSourceNames = new LinkedList<>();
private boolean dynamic;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册