Commit 4b60203a authored by 赵啸非's avatar 赵啸非

添加巴中经开区

parent 573b1a5d
...@@ -24,13 +24,13 @@ public class LicenseHandler { ...@@ -24,13 +24,13 @@ public class LicenseHandler {
private static int FAIL_NUM = 0; private static int FAIL_NUM = 0;
private static final int FAIL_MAX_NUM = 10; private static final int FAIL_MAX_NUM = 10;
@Value("${sys.license.log}") @Value("${sys.license.log:''}")
private String errorPath; private String errorPath;
@Value("${sys.license.pub}") @Value("${sys.license.pub:''}")
private String pubPath; private String pubPath;
@Value("${sys.license.key}") @Value("${sys.license.key:''}")
private String licensePath; private String licensePath;
public boolean loadLicense() { public boolean loadLicense() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment