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:07:29 UTC

[GitHub] [shardingsphere] zjcnb opened a new pull request #11854: Part of governance-spring-boot-example run failure fixed

zjcnb opened a new pull request #11854:
URL: https://github.com/apache/shardingsphere/pull/11854


   part of governance-spring-boot-example run failure fixed


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



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

Posted by GitBox <gi...@apache.org>.
zjcnb commented on a change in pull request #11854:
URL: https://github.com/apache/shardingsphere/pull/11854#discussion_r690005750



##########
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:
       done




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



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

Posted by GitBox <gi...@apache.org>.
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



[GitHub] [shardingsphere] tristaZero merged pull request #11854: Part of governance-spring-boot-example run failure fixed

Posted by GitBox <gi...@apache.org>.
tristaZero merged pull request #11854:
URL: https://github.com/apache/shardingsphere/pull/11854


   


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