This is an automated email from the ASF dual-hosted git repository.
zhaojinchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new b1849e607df Add configuration prompt (#19367)
b1849e607df is described below
commit b1849e607dfb2f91541e3b6d500fcf8d40cc1b0b
Author: 小马哥 <[email protected]>
AuthorDate: Tue Jul 19 23:50:17 2022 +0800
Add configuration prompt (#19367)
---
.../resources/META-INF/additional-spring-configuration-metadata.json | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/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
b/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
index 740e57dbd4a..9c687aea18d 100644
---
a/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
+++
b/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
@@ -75,6 +75,10 @@
{
"name": "spring.shardingsphere.schema.name",
"type":
"org.apache.shardingsphere.spring.boot.ShardingSphereAutoConfiguration"
+ },
+ {
+ "name": "spring.shardingsphere.rules.sql-translator",
+ "type":
"org.apache.shardingsphere.sqltranslator.api.config.SQLTranslatorRuleConfiguration"
}
],
"hints": [