linghengqian opened a new issue, #18889: URL: https://github.com/apache/shardingsphere/issues/18889
## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? Yes, refer to https://github.com/apache/shardingsphere/issues/18653 and https://github.com/apache/shardingsphere/issues/18691 . ### Describe the feature you would like. - Currently at https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/yaml-config/rules/sql-translator/ , YAML configuration provides configuration for `SQL_TRANSLATOR`. But for Spring Boot Starter, which has no documentation on the `SQL_TRANSLATOR` module, refer to https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/spring-boot-starter/rules/ . -  -  - In the `additional-spring-configuration-metadata.json`, there is no similar field involving automatic prompts. Refer to https://github.com/apache/shardingsphere/blob/master/shardingsphere-jdbc/shardingsphere-jdbc-spring/shardingsphere-jdbc-core-spring/shardingsphere-jdbc-core-spring-boot-starter/src/main/resources/META-INF/additional-spring-configuration-metadata.json . - A reasonable, conceivable configuration would be something like adding `spring.shardingsphere.rules.sql-translator.type` and `spring.shardingsphere.rules.sql-translator.useOriginalSQLWhenTranslatingFailed` in an additional `additional-spring-configuration-metadata.json` . -- 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]
