zjcnb commented on pull request #13449: URL: https://github.com/apache/shardingsphere/pull/13449#issuecomment-960468255
> The problem now is that the keys of `props` cannot be automatically identified, but the `props` can be located. After such modification, there is no way to locate `props`. I know your mean, but i think it 's same to datasource config, such as: ``` spring.shardingsphere.datasource.names=ds0 spring.shardingsphere.datasource.ds0.username=root spring.shardingsphere.datasource.ds0.password=123456 spring.shardingsphere.datasource.ds0.url=jdbc:mysql://localhost:3306/test1?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT%2b8 spring.shardingsphere.datasource.ds0.type=com.alibaba.druid.pool.DruidDataSource spring.shardingsphere.datasource.ds0.driver-class-name=com.mysql.jdbc.Driver ``` We can also discuss it. -- 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]
