文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
Spring Boot Starter 配置
简介
ShardingSphere-JDBC 提供官方的 Spring Boot Starter,使开发者可以非常便捷的整合 ShardingSphere-JDBC 和 Spring Boot。
数据源配置
spring.shardingsphere.schema.name= # JDBC数据源别名
spring.shardingsphere.datasource.names= # 数据源名称,多数据源以逗号分隔
spring.shardingsphere.datasource.<datasource-name>.type= # 数据库连接池类名称
spring.shardingsphere.datasource.<datasource-name>.driver-class-name= # 数据库驱动类名
spring.shardingsphere.datasource.<datasource-name>.jdbc-url= # 数据库 URL 连接
spring.shardingsphere.datasource.<datasource-name>.username= # 数据库用户名
spring.shardingsphere.datasource.<datasource-name>.password= # 数据库密码
spring.shardingsphere.datasource.<datasource-name>.xxx= # 数据库连接池的其它属性
规则配置
spring.shardingsphere.rules.<rule-type>.xxx= # 规则配置
# ... 具体的规则配置
更多详细配置请参见具体的规则配置部分。
属性配置
spring.shardingsphere.props.xxx.xxx= # 具体的属性配置
详情请参见属性配置。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论