|
@@ -23,7 +23,7 @@ public class LaserAddressSource implements AddressSource {
|
|
|
String setting = CacheUtil.installPath + File.separator +"bin" +File.separator +"resources"+File.separator+"static"+File.separator +"setting.json";
|
|
|
String data = FileUtil.readString(setting, "UTF-8");
|
|
|
JSONObject config = JSONObject.parseObject(data);
|
|
|
- Integer javaPort = config.getInteger("javaPort");
|
|
|
+ Integer javaPort = config.getInteger("laserPort");
|
|
|
return new ForestAddress("","",javaPort,basePath);
|
|
|
}
|
|
|
}
|