文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
Mode
配置项说明
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论