You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/08/31 07:43:08 UTC

[GitHub] [shardingsphere] zjcnb edited a comment on issue #12057: Support mode on spring boot starter

zjcnb edited a comment on issue #12057:
URL: https://github.com/apache/shardingsphere/issues/12057#issuecomment-908980695


   boot start config
   
   Cluster:
   
   ```
   spring.shardingsphere.mode.type=Cluster
   spring.shardingsphere.mode.repository.type=ZooKeeper
   spring.shardingsphere.mode.repository.props.namespace=demo_boot_common
   spring.shardingsphere.mode.repository.props.serverLists=localhost:2181
   spring.shardingsphere.mode.overwrite=true
   ```
   
   Standalone:
   
   ```
   spring.shardingsphere.mode.type=Standalone
   spring.shardingsphere.mode.repository.type=Local
   spring.shardingsphere.mode.repository.props.path=target
   spring.shardingsphere.mode.overwrite=true
   ```
   
   Memory:
   
   ```
   spring.shardingsphere.mode.type=Memory
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org