返回介绍

Mode

发布于 2021-09-25 22:17:13 字数 928 浏览 1127 评论 0 收藏 0

配置项说明

Memory mode

spring.shardingsphere.mode.type= # Memory

Standalone mode

spring.shardingsphere.mode.type= # Standalone
spring.shardingsphere.mode.repository.type= # Standalone 配置持久化类型。如:File
spring.shardingsphere.mode.repository.props.path= # 配置信息存储路径
spring.shardingsphere.mode.overwrite= # 本地配置是否覆盖文件配置。如果可覆盖,每次启动都以本地配置为准。

Cluster mode

spring.shardingsphere.mode.type= # Cluster
spring.shardingsphere.mode.repository.type= # Cluster 持久化类型。如:Zookeeper,Etcd
spring.shardingsphere.mode.repository.props.namespace= # Cluster 实例名称
spring.shardingsphere.mode.repository.props.server-lists= # Zookeeper 或 Etcd 服务列表。包括 IP 地址和端口号。多个地址用逗号分隔。如: host1:2181,host2:2181
spring.shardingsphere.mode.overwrite= # 本地配置是否覆盖配置中心配置。如果可覆盖,每次启动都以本地配置为准。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文