726411951 commented on code in PR #18674: URL: https://github.com/apache/shardingsphere/pull/18674#discussion_r909221172
########## docs/document/content/reference/api-change-history/shardingsphere-jdbc/spring-boot-starter.en.md: ########## @@ -49,9 +49,9 @@ spring.shardingsphere.rules.sharding.broadcast-tables[0]= # Broadcast tables spring.shardingsphere.rules.sharding.broadcast-tables[1]= # Broadcast tables spring.shardingsphere.rules.sharding.broadcast-tables[x]= # Broadcast tables -spring.shardingsphere.sharding.default-database-strategy.xxx= # Default strategy for database sharding -spring.shardingsphere.sharding.default-table-strategy.xxx= # Default strategy for table sharding -spring.shardingsphere.sharding.default-key-generate-strategy.xxx= # Default Key generator strategy +spring.shardingsphere.rules.sharding.default-database-strategy.xxx= # Default strategy for database sharding +spring.shardingsphere.rules.sharding.default-table-strategy.xxx= # Default strategy for table sharding +spring.shardingsphere.rules.sharding.default-key-generate-strategy.xxx= # Default Key generator strategy Review Comment: I got it, it is not necessary to modify -- 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]
