META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
"groups": [
{
"name": "spring.shardingsphere.rules.sql-parser",
"type": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserRuleConfiguration",
"sourceType": "org.apache.shardingsphere.parser.spring.boot.rule.YamlSQLParserRuleSpringBootConfiguration"
},
{
"name": "spring.shardingsphere.rules.sql-parser.sql-comment-parse-enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserRuleConfiguration"
},
{
"name": "spring.shardingsphere.rules.sql-parser.sql-statement-cache",
"type": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserCacheOptionRuleConfiguration",
"sourceType": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserRuleConfiguration"
},
{
"name": "spring.shardingsphere.rules.sql-parser.parse-tree-cache",
"type": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserCacheOptionRuleConfiguration",
"sourceType": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserRuleConfiguration"
}
],
"properties": [
{
"name": "spring.shardingsphere.rules.sql-parser.sql-comment-parse-enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserRuleConfiguration"
},
{
"name": "spring.shardingsphere.rules.sql-parser.sql-statement-cache.initial-capacity",
"type": "java.lang.Integer",
"sourceType": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserCacheOptionRuleConfiguration"
},
{
"name": "spring.shardingsphere.rules.sql-parser.sql-statement-cache.maximum-size",
"type": "java.lang.Long",
"sourceType": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserCacheOptionRuleConfiguration"
},
{
"name": "spring.shardingsphere.rules.sql-parser.sql-statement-cache.concurrency-level",
"type": "java.lang.Integer",
"sourceType": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserCacheOptionRuleConfiguration"
},
{
"name": "spring.shardingsphere.rules.sql-parser.parse-tree-cache.initial-capacity",
"type": "java.lang.Integer",
"sourceType": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserCacheOptionRuleConfiguration"
},
{
"name": "spring.shardingsphere.rules.sql-parser.parse-tree-cache.maximum-size",
"type": "java.lang.Long",
"sourceType": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserCacheOptionRuleConfiguration"
},
{
"name": "spring.shardingsphere.rules.sql-parser.parse-tree-cache.concurrency-level",
"type": "java.lang.Integer",
"sourceType": "org.apache.shardingsphere.parser.yaml.config.YamlSQLParserCacheOptionRuleConfiguration"
}
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy