yufeng 5 years ago
parent
commit
8d274c09fb
1 changed files with 13 additions and 1 deletions
  1. 13 1
      README.md

+ 13 - 1
README.md

@@ -1,3 +1,15 @@
1 1
 # sharding-jdbc-test
2 2
 
3
-sharding-jdbc-test
3
+sharding-jdbc-test
4
+
5
+#### order分片规则
6
+1. order_code
7
+2. gmt_create
8
+
9
+#### order_item分片规则同order
10
+
11
+#### 绑定 sharding.jdbc.config.sharding.binding-tables[0]
12
+可以使两个表join不需要进行笛卡尔积
13
+
14
+#### 详细配置
15
+http://shardingsphere.io/document/current/cn/manual/sharding-jdbc/configuration/config-spring-boot/