未验证 提交 4909865e 编写于 作者: kimmking's avatar kimmking 提交者: GitHub

fix start proxy (#5621)

上级 3a518603
......@@ -113,8 +113,6 @@ public final class Bootstrap {
Authentication authentication = new AuthenticationYamlSwapper().swap(yamlAuthenticationConfig);
logAndInitContext(authentication, properties);
initMetrics(metricsConfiguration);
Map<String, Map<String, YamlDataSourceParameter>> schemaRules = getDataSourceParameterMap(ruleConfigs);
startProxy(schemaRules.keySet(), port, schemaRules, getRuleConfigurations(ruleConfigs));
Map<String, Map<String, YamlDataSourceParameter>> schemaDataSources = getDataSourceParameterMap(ruleConfigs);
startProxy(schemaDataSources.keySet(), port, schemaDataSources, getRuleConfigurations(ruleConfigs));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册