From d78c59f127bf3c8ba48b5e59195254b56d7f5180 Mon Sep 17 00:00:00 2001 From: tristaZero Date: Thu, 10 Jan 2019 10:27:47 +0800 Subject: [PATCH] modify sharding-rule.yaml --- .../src/test/resources/integrate/env/tbl/sharding-rule.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sharding-jdbc/sharding-jdbc-core/src/test/resources/integrate/env/tbl/sharding-rule.yaml b/sharding-jdbc/sharding-jdbc-core/src/test/resources/integrate/env/tbl/sharding-rule.yaml index e302316703..05494b2565 100644 --- a/sharding-jdbc/sharding-jdbc-core/src/test/resources/integrate/env/tbl/sharding-rule.yaml +++ b/sharding-jdbc/sharding-jdbc-core/src/test/resources/integrate/env/tbl/sharding-rule.yaml @@ -15,8 +15,9 @@ shardingRule: shardingColumn: order_id preciseAlgorithmClassName: io.shardingsphere.dbtest.fixture.PreciseModuloAlgorithm rangeAlgorithmClassName: io.shardingsphere.dbtest.fixture.RangeModuloAlgorithm - keyGeneratorColumnName: item_id - keyGeneratorClassName: io.shardingsphere.dbtest.fixture.ConstantKeyGenerator + keyGenerator: + keyGeneratorColumnName: item_id + keyGeneratorClassName: io.shardingsphere.dbtest.fixture.ConstantKeyGenerator bindingTables: - t_order,t_order_item defaultDataSourceName: tbl -- GitLab