Loading pom.xml +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.shardingsphere</groupId> <artifactId>sharding-sphere-example</artifactId> <version>3.0.0.M3-SNAPSHOT</version> <version>3.0.0.M3</version> <packaging>pom</packaging> <modules> Loading @@ -17,7 +17,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.locale>zh_CN</project.build.locale> <sharding-sphere.version>3.0.0.M3-SNAPSHOT</sharding-sphere.version> <sharding-sphere.version>3.0.0.M3</sharding-sphere.version> <spring-framework.version>4.3.6.RELEASE</spring-framework.version> <spring-boot.version>1.5.0.RELEASE</spring-boot.version> Loading sharding-jdbc-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <parent> <artifactId>sharding-sphere-example</artifactId> <groupId>io.shardingsphere</groupId> <version>3.0.0.M3-SNAPSHOT</version> <version>3.0.0.M3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>sharding-jdbc-example</artifactId> Loading sharding-jdbc-example/raw-jdbc-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ <parent> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-example</artifactId> <version>3.0.0.M3-SNAPSHOT</version> <version>3.0.0.M3</version> </parent> <artifactId>raw-jdbc-example</artifactId> Loading sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/orche/java/etcd/MasterSlaveOnly.java +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ package io.shardingsphere.example.jdbc.main.orche.java.etcd; import io.shardingsphere.core.api.config.MasterSlaveRuleConfiguration; import io.shardingsphere.example.jdbc.fixture.DataRepository; import io.shardingsphere.example.jdbc.fixture.DataSourceUtil; import io.shardingsphere.jdbc.orchestration.api.datasource.OrchestrationMasterSlaveDataSourceFactory; import io.shardingsphere.jdbc.orchestration.api.OrchestrationMasterSlaveDataSourceFactory; import io.shardingsphere.jdbc.orchestration.config.OrchestrationConfiguration; import io.shardingsphere.jdbc.orchestration.config.OrchestrationType; import io.shardingsphere.jdbc.orchestration.internal.datasource.OrchestrationMasterSlaveDataSource; Loading sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/orche/java/etcd/ShardingAndMasterSlaveTogether.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import io.shardingsphere.example.jdbc.fixture.DataRepository; import io.shardingsphere.example.jdbc.fixture.DataSourceUtil; import io.shardingsphere.example.jdbc.fixture.algorithm.ModuloShardingDatabaseAlgorithm; import io.shardingsphere.example.jdbc.fixture.algorithm.ModuloShardingTableAlgorithm; import io.shardingsphere.jdbc.orchestration.api.datasource.OrchestrationShardingDataSourceFactory; import io.shardingsphere.jdbc.orchestration.api.OrchestrationShardingDataSourceFactory; import io.shardingsphere.jdbc.orchestration.config.OrchestrationConfiguration; import io.shardingsphere.jdbc.orchestration.config.OrchestrationType; import io.shardingsphere.jdbc.orchestration.internal.datasource.OrchestrationShardingDataSource; Loading Loading
pom.xml +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>io.shardingsphere</groupId> <artifactId>sharding-sphere-example</artifactId> <version>3.0.0.M3-SNAPSHOT</version> <version>3.0.0.M3</version> <packaging>pom</packaging> <modules> Loading @@ -17,7 +17,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.locale>zh_CN</project.build.locale> <sharding-sphere.version>3.0.0.M3-SNAPSHOT</sharding-sphere.version> <sharding-sphere.version>3.0.0.M3</sharding-sphere.version> <spring-framework.version>4.3.6.RELEASE</spring-framework.version> <spring-boot.version>1.5.0.RELEASE</spring-boot.version> Loading
sharding-jdbc-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ <parent> <artifactId>sharding-sphere-example</artifactId> <groupId>io.shardingsphere</groupId> <version>3.0.0.M3-SNAPSHOT</version> <version>3.0.0.M3</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>sharding-jdbc-example</artifactId> Loading
sharding-jdbc-example/raw-jdbc-example/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ <parent> <groupId>io.shardingsphere</groupId> <artifactId>sharding-jdbc-example</artifactId> <version>3.0.0.M3-SNAPSHOT</version> <version>3.0.0.M3</version> </parent> <artifactId>raw-jdbc-example</artifactId> Loading
sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/orche/java/etcd/MasterSlaveOnly.java +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ package io.shardingsphere.example.jdbc.main.orche.java.etcd; import io.shardingsphere.core.api.config.MasterSlaveRuleConfiguration; import io.shardingsphere.example.jdbc.fixture.DataRepository; import io.shardingsphere.example.jdbc.fixture.DataSourceUtil; import io.shardingsphere.jdbc.orchestration.api.datasource.OrchestrationMasterSlaveDataSourceFactory; import io.shardingsphere.jdbc.orchestration.api.OrchestrationMasterSlaveDataSourceFactory; import io.shardingsphere.jdbc.orchestration.config.OrchestrationConfiguration; import io.shardingsphere.jdbc.orchestration.config.OrchestrationType; import io.shardingsphere.jdbc.orchestration.internal.datasource.OrchestrationMasterSlaveDataSource; Loading
sharding-jdbc-example/raw-jdbc-example/src/main/java/io/shardingsphere/example/jdbc/main/orche/java/etcd/ShardingAndMasterSlaveTogether.java +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ import io.shardingsphere.example.jdbc.fixture.DataRepository; import io.shardingsphere.example.jdbc.fixture.DataSourceUtil; import io.shardingsphere.example.jdbc.fixture.algorithm.ModuloShardingDatabaseAlgorithm; import io.shardingsphere.example.jdbc.fixture.algorithm.ModuloShardingTableAlgorithm; import io.shardingsphere.jdbc.orchestration.api.datasource.OrchestrationShardingDataSourceFactory; import io.shardingsphere.jdbc.orchestration.api.OrchestrationShardingDataSourceFactory; import io.shardingsphere.jdbc.orchestration.config.OrchestrationConfiguration; import io.shardingsphere.jdbc.orchestration.config.OrchestrationType; import io.shardingsphere.jdbc.orchestration.internal.datasource.OrchestrationShardingDataSource; Loading