Loading sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/nodep/java/ShardingOnlyWithTables.java +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ package io.shardingsphere.example.jdbc.main.nodep.java; import io.shardingsphere.api.config.ShardingRuleConfiguration; import io.shardingsphere.api.config.TableRuleConfiguration; import io.shardingsphere.shardingjdbc.api.ShardingDataSourceFactory; import io.shardingsphere.repository.common.repository.DataRepository; import io.shardingsphere.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import javax.sql.DataSource; import java.sql.SQLException; Loading sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/nodep/yaml/ShardingOnlyWithTables.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package io.shardingsphere.example.jdbc.main.nodep.yaml; import io.shardingsphere.shardingjdbc.api.yaml.YamlShardingDataSourceFactory; import io.shardingsphere.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataRepository; import javax.sql.DataSource; import java.io.File; Loading sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/orche/java/etcd/ShardingOnlyWithTables.java +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ import io.shardingsphere.orchestration.reg.api.RegistryCenterConfiguration; import io.shardingsphere.orchestration.reg.etcd.EtcdConfiguration; import io.shardingsphere.shardingjdbc.orchestration.api.OrchestrationShardingDataSourceFactory; import io.shardingsphere.shardingjdbc.orchestration.internal.datasource.OrchestrationShardingDataSource; import io.shardingsphere.repository.common.repository.DataRepository; import io.shardingsphere.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import javax.sql.DataSource; import java.sql.SQLException; Loading sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/orche/java/zookeeper/ShardingOnlyWithTables.java +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ import io.shardingsphere.orchestration.reg.api.RegistryCenterConfiguration; import io.shardingsphere.orchestration.reg.zookeeper.ZookeeperConfiguration; import io.shardingsphere.shardingjdbc.orchestration.api.OrchestrationShardingDataSourceFactory; import io.shardingsphere.shardingjdbc.orchestration.internal.datasource.OrchestrationShardingDataSource; import io.shardingsphere.repository.common.repository.DataRepository; import io.shardingsphere.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import javax.sql.DataSource; import java.sql.SQLException; Loading sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/orche/yaml/etcd/ShardingOnlyWithTables.java +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ package io.shardingsphere.example.jdbc.main.orche.yaml.etcd; import io.shardingsphere.shardingjdbc.orchestration.api.yaml.YamlOrchestrationShardingDataSourceFactory; import io.shardingsphere.shardingjdbc.orchestration.internal.datasource.OrchestrationShardingDataSource; import io.shardingsphere.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataRepository; import javax.sql.DataSource; import java.io.File; Loading Loading
sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/nodep/java/ShardingOnlyWithTables.java +2 −2 Original line number Diff line number Diff line Loading @@ -20,8 +20,8 @@ package io.shardingsphere.example.jdbc.main.nodep.java; import io.shardingsphere.api.config.ShardingRuleConfiguration; import io.shardingsphere.api.config.TableRuleConfiguration; import io.shardingsphere.shardingjdbc.api.ShardingDataSourceFactory; import io.shardingsphere.repository.common.repository.DataRepository; import io.shardingsphere.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import javax.sql.DataSource; import java.sql.SQLException; Loading
sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/nodep/yaml/ShardingOnlyWithTables.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package io.shardingsphere.example.jdbc.main.nodep.yaml; import io.shardingsphere.shardingjdbc.api.yaml.YamlShardingDataSourceFactory; import io.shardingsphere.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataRepository; import javax.sql.DataSource; import java.io.File; Loading
sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/orche/java/etcd/ShardingOnlyWithTables.java +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ import io.shardingsphere.orchestration.reg.api.RegistryCenterConfiguration; import io.shardingsphere.orchestration.reg.etcd.EtcdConfiguration; import io.shardingsphere.shardingjdbc.orchestration.api.OrchestrationShardingDataSourceFactory; import io.shardingsphere.shardingjdbc.orchestration.internal.datasource.OrchestrationShardingDataSource; import io.shardingsphere.repository.common.repository.DataRepository; import io.shardingsphere.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import javax.sql.DataSource; import java.sql.SQLException; Loading
sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/orche/java/zookeeper/ShardingOnlyWithTables.java +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ import io.shardingsphere.orchestration.reg.api.RegistryCenterConfiguration; import io.shardingsphere.orchestration.reg.zookeeper.ZookeeperConfiguration; import io.shardingsphere.shardingjdbc.orchestration.api.OrchestrationShardingDataSourceFactory; import io.shardingsphere.shardingjdbc.orchestration.internal.datasource.OrchestrationShardingDataSource; import io.shardingsphere.repository.common.repository.DataRepository; import io.shardingsphere.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import javax.sql.DataSource; import java.sql.SQLException; Loading
sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/orche/yaml/etcd/ShardingOnlyWithTables.java +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ package io.shardingsphere.example.jdbc.main.orche.yaml.etcd; import io.shardingsphere.shardingjdbc.orchestration.api.yaml.YamlOrchestrationShardingDataSourceFactory; import io.shardingsphere.shardingjdbc.orchestration.internal.datasource.OrchestrationShardingDataSource; import io.shardingsphere.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataRepository; import javax.sql.DataSource; import java.io.File; Loading