generated from root/miduo_server
fix path
parent
512c289d5d
commit
a0aeb296fa
|
@ -16,7 +16,7 @@ public class FileCacheUtils {
|
|||
if (osName.matches("^(?i)Windows.*$")) {// Window 系统
|
||||
path = "conf/jsonconf/";
|
||||
} else {// Linux 系统
|
||||
path = "./config/jsonconf/";
|
||||
path = "../config/jsonconf/";
|
||||
}
|
||||
itemNameMap = readFile("ItemConfig.txt");
|
||||
itemFlowResson = readFile("Reason.txt");
|
||||
|
|
Loading…
Reference in New Issue