master
duhui 2021-09-22 17:46:18 +08:00
parent 2878d6a4f8
commit fde1d273a8
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ public class FileCacheUtils {
} else {// Linux 系统 } else {// Linux 系统
path = "../config/jsonconf/"; path = "../config/jsonconf/";
} }
System.out.printf("打表路径:{%s}",path);
itemFlowResson = readFile("Reason.txt"); itemFlowResson = readFile("Reason.txt");
// 道具 // 道具
itemMap = getConfig(SItemConfig.class); itemMap = getConfig(SItemConfig.class);