Loading common-repository/jdbc-repository/src/main/java/io/shardingsphere/example/repository/common/repository/DataRepository.java→common-repository/jdbc-repository/src/main/java/io/shardingsphere/example/repository/jdbc/DataRepository.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * </p> */ package io.shardingsphere.example.repository.common.repository; package io.shardingsphere.example.repository.jdbc; import javax.sql.DataSource; import java.sql.Connection; Loading common-repository/jdbc-repository/src/main/java/io/shardingsphere/example/repository/common/repository/DataSourceUtil.java→common-repository/jdbc-repository/src/main/java/io/shardingsphere/example/repository/jdbc/DataSourceUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * </p> */ package io.shardingsphere.example.repository.common.repository; package io.shardingsphere.example.repository.jdbc; import org.apache.commons.dbcp.BasicDataSource; Loading sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/nodep/java/MasterSlaveOnly.java +2 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,8 @@ package io.shardingsphere.example.jdbc.main.nodep.java; import io.shardingsphere.api.config.MasterSlaveRuleConfiguration; import io.shardingsphere.shardingjdbc.api.MasterSlaveDataSourceFactory; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.jdbc.DataRepository; import io.shardingsphere.example.repository.jdbc.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/java/ShardingAndMasterSlaveTogether.java +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ import io.shardingsphere.api.config.strategy.StandardShardingStrategyConfigurati import io.shardingsphere.example.jdbc.fixture.algorithm.ModuloShardingDatabaseAlgorithm; import io.shardingsphere.example.jdbc.fixture.algorithm.ModuloShardingTableAlgorithm; import io.shardingsphere.shardingjdbc.api.ShardingDataSourceFactory; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.jdbc.DataRepository; import io.shardingsphere.example.repository.jdbc.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/java/ShardingOnlyWithDatabases.java +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ import io.shardingsphere.api.config.ShardingRuleConfiguration; import io.shardingsphere.api.config.TableRuleConfiguration; import io.shardingsphere.api.config.strategy.InlineShardingStrategyConfiguration; import io.shardingsphere.shardingjdbc.api.ShardingDataSourceFactory; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.jdbc.DataRepository; import io.shardingsphere.example.repository.jdbc.DataSourceUtil; import javax.sql.DataSource; import java.sql.SQLException; Loading Loading
common-repository/jdbc-repository/src/main/java/io/shardingsphere/example/repository/common/repository/DataRepository.java→common-repository/jdbc-repository/src/main/java/io/shardingsphere/example/repository/jdbc/DataRepository.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * </p> */ package io.shardingsphere.example.repository.common.repository; package io.shardingsphere.example.repository.jdbc; import javax.sql.DataSource; import java.sql.Connection; Loading
common-repository/jdbc-repository/src/main/java/io/shardingsphere/example/repository/common/repository/DataSourceUtil.java→common-repository/jdbc-repository/src/main/java/io/shardingsphere/example/repository/jdbc/DataSourceUtil.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * </p> */ package io.shardingsphere.example.repository.common.repository; package io.shardingsphere.example.repository.jdbc; import org.apache.commons.dbcp.BasicDataSource; Loading
sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/nodep/java/MasterSlaveOnly.java +2 −2 Original line number Diff line number Diff line Loading @@ -19,8 +19,8 @@ package io.shardingsphere.example.jdbc.main.nodep.java; import io.shardingsphere.api.config.MasterSlaveRuleConfiguration; import io.shardingsphere.shardingjdbc.api.MasterSlaveDataSourceFactory; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.jdbc.DataRepository; import io.shardingsphere.example.repository.jdbc.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/java/ShardingAndMasterSlaveTogether.java +2 −2 Original line number Diff line number Diff line Loading @@ -25,8 +25,8 @@ import io.shardingsphere.api.config.strategy.StandardShardingStrategyConfigurati import io.shardingsphere.example.jdbc.fixture.algorithm.ModuloShardingDatabaseAlgorithm; import io.shardingsphere.example.jdbc.fixture.algorithm.ModuloShardingTableAlgorithm; import io.shardingsphere.shardingjdbc.api.ShardingDataSourceFactory; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.jdbc.DataRepository; import io.shardingsphere.example.repository.jdbc.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/java/ShardingOnlyWithDatabases.java +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ import io.shardingsphere.api.config.ShardingRuleConfiguration; import io.shardingsphere.api.config.TableRuleConfiguration; import io.shardingsphere.api.config.strategy.InlineShardingStrategyConfiguration; import io.shardingsphere.shardingjdbc.api.ShardingDataSourceFactory; import io.shardingsphere.example.repository.common.repository.DataRepository; import io.shardingsphere.example.repository.common.repository.DataSourceUtil; import io.shardingsphere.example.repository.jdbc.DataRepository; import io.shardingsphere.example.repository.jdbc.DataSourceUtil; import javax.sql.DataSource; import java.sql.SQLException; Loading