zjcnb opened a new issue #12151: URL: https://github.com/apache/shardingsphere/issues/12151
Hi community, We plan to use horizontal line replace hump naming at props. But, it only applies to ss custom keys. such as: ``` 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 ``` The ```spring.shardingsphere.mode.repository.props.serverLists=localhost:2181```, serverLists are change to server-lists. -- 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]
