模式配置

    1. repository:
    2. type: # 持久化仓库类型
    3. props: # 持久化仓库所需属性
    4. foo_key: foo_value
    1. 生产环境建议使用集群模式部署。
    2. 集群模式部署推荐使用 ZooKeeper 注册中心。
    3. ZooKeeper 存在配置信息时,则以 ZooKeeper 中的配置为准。
    1. mode:
    2. type: JDBC
    1. <dependency>
    2. <groupId>org.apache.shardingsphere</groupId>
    3. <artifactId>shardingsphere-cluster-mode-repository-zookeeper</artifactId>
    4. <version>${shardingsphere.version}</version>