Loading README.md +3 −1 Original line number Diff line number Diff line Loading @@ -44,6 +44,8 @@ sharding-sphere-example │ ├── repository-jpa │ └── repository-mybatis ├── sharding-jdbc-example │ ├── hint-example │ │ └── hint-raw-jdbc-example │ ├── orchestration-example │ │ ├── orchestration-raw-jdbc-example │ │ ├── orchestration-spring-boot-example Loading Loading @@ -90,7 +92,7 @@ you can get more detail from **[orchestration-example](./sharding-jdbc-example/o you can get more detail from **[transaction-example](./sharding-jdbc-example/transaction-example)** ### how to use hint routing we will add hint example recently. you can get more detail from **[hint-example](./sharding-jdbc-example/hint-example)** ### how to config none-sharding tables we will add none-sharding example recently. Loading example-common/config-utility/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.shardingsphere</groupId> <groupId>org.apache.shardingsphere.example</groupId> <artifactId>example-common</artifactId> <version>4.0.0-RC1-SNAPSHOT</version> </parent> Loading example-common/config-utility/src/main/java/io/shardingsphere/example/algorithm/PreciseModuloShardingDatabaseAlgorithm.java→example-common/config-utility/src/main/java/org/apache/shardingsphere/example/algorithm/PreciseModuloShardingDatabaseAlgorithm.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * limitations under the License. */ package io.shardingsphere.example.algorithm; package org.apache.shardingsphere.example.algorithm; import org.apache.shardingsphere.api.sharding.standard.PreciseShardingAlgorithm; import org.apache.shardingsphere.api.sharding.standard.PreciseShardingValue; Loading example-common/config-utility/src/main/java/io/shardingsphere/example/algorithm/PreciseModuloShardingTableAlgorithm.java→example-common/config-utility/src/main/java/org/apache/shardingsphere/example/algorithm/PreciseModuloShardingTableAlgorithm.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * limitations under the License. */ package io.shardingsphere.example.algorithm; package org.apache.shardingsphere.example.algorithm; import org.apache.shardingsphere.api.sharding.standard.PreciseShardingAlgorithm; import org.apache.shardingsphere.api.sharding.standard.PreciseShardingValue; Loading example-common/config-utility/src/main/java/io/shardingsphere/example/algorithm/RangeModuloShardingDatabaseAlgorithm.java→example-common/config-utility/src/main/java/org/apache/shardingsphere/example/algorithm/RangeModuloShardingDatabaseAlgorithm.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * limitations under the License. */ package io.shardingsphere.example.algorithm; package org.apache.shardingsphere.example.algorithm; import com.google.common.collect.Range; import org.apache.shardingsphere.api.sharding.standard.RangeShardingAlgorithm; Loading Loading
README.md +3 −1 Original line number Diff line number Diff line Loading @@ -44,6 +44,8 @@ sharding-sphere-example │ ├── repository-jpa │ └── repository-mybatis ├── sharding-jdbc-example │ ├── hint-example │ │ └── hint-raw-jdbc-example │ ├── orchestration-example │ │ ├── orchestration-raw-jdbc-example │ │ ├── orchestration-spring-boot-example Loading Loading @@ -90,7 +92,7 @@ you can get more detail from **[orchestration-example](./sharding-jdbc-example/o you can get more detail from **[transaction-example](./sharding-jdbc-example/transaction-example)** ### how to use hint routing we will add hint example recently. you can get more detail from **[hint-example](./sharding-jdbc-example/hint-example)** ### how to config none-sharding tables we will add none-sharding example recently. Loading
example-common/config-utility/pom.xml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.shardingsphere</groupId> <groupId>org.apache.shardingsphere.example</groupId> <artifactId>example-common</artifactId> <version>4.0.0-RC1-SNAPSHOT</version> </parent> Loading
example-common/config-utility/src/main/java/io/shardingsphere/example/algorithm/PreciseModuloShardingDatabaseAlgorithm.java→example-common/config-utility/src/main/java/org/apache/shardingsphere/example/algorithm/PreciseModuloShardingDatabaseAlgorithm.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * limitations under the License. */ package io.shardingsphere.example.algorithm; package org.apache.shardingsphere.example.algorithm; import org.apache.shardingsphere.api.sharding.standard.PreciseShardingAlgorithm; import org.apache.shardingsphere.api.sharding.standard.PreciseShardingValue; Loading
example-common/config-utility/src/main/java/io/shardingsphere/example/algorithm/PreciseModuloShardingTableAlgorithm.java→example-common/config-utility/src/main/java/org/apache/shardingsphere/example/algorithm/PreciseModuloShardingTableAlgorithm.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * limitations under the License. */ package io.shardingsphere.example.algorithm; package org.apache.shardingsphere.example.algorithm; import org.apache.shardingsphere.api.sharding.standard.PreciseShardingAlgorithm; import org.apache.shardingsphere.api.sharding.standard.PreciseShardingValue; Loading
example-common/config-utility/src/main/java/io/shardingsphere/example/algorithm/RangeModuloShardingDatabaseAlgorithm.java→example-common/config-utility/src/main/java/org/apache/shardingsphere/example/algorithm/RangeModuloShardingDatabaseAlgorithm.java +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ * limitations under the License. */ package io.shardingsphere.example.algorithm; package org.apache.shardingsphere.example.algorithm; import com.google.common.collect.Range; import org.apache.shardingsphere.api.sharding.standard.RangeShardingAlgorithm; Loading