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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to