Commit 9daabe2be05a71a8c39cb35f8d21689ed8dc162f

Authored by 林本磊
1 parent b4362561
Exists in master and in 1 other branch dev

fix: master提交

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/main/java/com/jflyfox/util/Config.java
... ... @@ -35,6 +35,7 @@ public class Config {
35 35 private static String configPath = "/conf/";
36 36 private static Map<String, String> configMap = new HashMap<String, String>();
37 37  
  38 + //这个是master
38 39 static {
39 40 setConfigMap();
40 41 }
... ...