Unverified Commit c97edce7 authored by 张亮's avatar 张亮 Committed by GitHub
Browse files

Merge pull request #121 from cherrylzhao/dev

package and artifact rename to org.apache && add t_user for encrypt
parents e0537279 0c0e5e3a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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