模式配置 #
缺省配置为使用内存模式。
配置项说明 #
spring.shardingsphere.mode.type= # 运行模式类型。可选配置:Cluster
spring.shardingsphere.mode.repository= # 持久化仓库配置。Memory 类型无需持久化
集群模式 #
spring.shardingsphere.mode.type=Cluster
spring.shardingsphere.mode.repository.type= # 持久化仓库类型
spring.shardingsphere.mode.repository.props.namespace= # 注册中心命名空间
spring.shardingsphere.mode.repository.props.server-lists= # 注册中心连接地址
spring.shardingsphere.mode.repository.props.<key>= # 持久化仓库所需属性
持久化仓库类型的详情,请参见内置持久化仓库类型列表。