Commit a0c3f3e8 by guojx

数据组接口配置错误文案调整

parent 80ad8951
...@@ -119,7 +119,7 @@ public class DataTargetHttpUtils { ...@@ -119,7 +119,7 @@ public class DataTargetHttpUtils {
Config config = ConfigService.getConfig("COMMON.data-api-config"); Config config = ConfigService.getConfig("COMMON.data-api-config");
String value = config.getProperty(apolloKey, ""); String value = config.getProperty(apolloKey, "");
if (StringUtils.isBlank(value)) { if (StringUtils.isBlank(value)) {
throw new RuntimeException("配置有误!"); throw new RuntimeException("数据接口配置有误!");
} }
LOGGER.info("{}:Apollo查询的配置信息:{}", apolloKey, value); LOGGER.info("{}:Apollo查询的配置信息:{}", apolloKey, value);
String[] split = value.split("\\+\\+\\+\\+"); String[] split = value.split("\\+\\+\\+\\+");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment