Forráskód Böngészése

getaway增加webflux非阻塞接口 许昌800户表数据采集开发以及查询接口迁移完毕 bug修复

1037015548@qq.com 1 éve
szülő
commit
b2e7e76e91

+ 1 - 1
dc3-gateway/src/main/java/io/github/pnoker/gateway/comtool/XuchangWaterConfig.java

@@ -62,7 +62,7 @@ public class XuchangWaterConfig {
         try {
             YamlPropertiesFactoryBean yaml = new YamlPropertiesFactoryBean();
 //此处是为了找到对应yaml文件的位置
-            yaml.setResources(new ClassPathResource("application.yml"));
+            yaml.setResources(new ClassPathResource( "application.yml"));
             Properties properties = yaml.getObject();
             if(StringUtils.isEmpty(user)) {
                 user = properties.getProperty("xuchang.user");