Commit 3c3eb329 authored by terrymanu's avatar terrymanu
Browse files

io.shardingsphere.example.repository.common.repository => io.shardingsphere.example.repository.jdbc

parent 6b67fe2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 * </p>
 */

package io.shardingsphere.example.repository.common.repository;
package io.shardingsphere.example.repository.jdbc;

import org.apache.commons.dbcp.BasicDataSource;

+2 −2
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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;
+2 −2
Original line number Diff line number Diff line
@@ -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