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/17 03:19:39 UTC

[GitHub] [shardingsphere] tristaZero commented on a change in pull request #11854: Part of governance-spring-boot-example run failure fixed

tristaZero commented on a change in pull request #11854:
URL: https://github.com/apache/shardingsphere/pull/11854#discussion_r690004042



##########
File path: examples/shardingsphere-jdbc-example/governance-example/governance-spring-boot-example/src/main/resources/application-local-zookeeper-sharding-databases-tables.properties
##########
@@ -68,8 +68,8 @@ spring.shardingsphere.rules.encrypt.encryptors.status-encryptor.props.aes-key-va
 spring.shardingsphere.rules.encrypt.tables.t_order.columns.status.cipher-column=status
 spring.shardingsphere.rules.encrypt.tables.t_order.columns.status.encryptor-name=status-encryptor
 
-spring.shardingsphere.governance.name=demo_spring_boot_ds_sharding
-spring.shardingsphere.governance.overwrite=true
-
-spring.shardingsphere.governance.registry-center.type=ZooKeeper
-spring.shardingsphere.governance.registry-center.server-lists=localhost:2181
+spring.shardingsphere.mode.type=Cluster
+spring.shardingsphere.mode.repository.type=ZooKeeper
+spring.shardingsphere.mode.repository.props.namespace=demo_spring_boot_ds_sharding
+spring.shardingsphere.mode.repository.props.serverLists=localhost:2181
+spring.shardingsphere.mode.overwrite=true

Review comment:
       A new line below is needed.




-- 
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