Commit 573b1a5d authored by 赵啸非's avatar 赵啸非

添加巴中经开区

parent 5924b8fc
......@@ -496,7 +496,7 @@ public class UserServiceImpl extends AbstractCRUDCacheServiceImpl<UserDao, UserE
//eba467f81fb265befdf1f6ab041d39ab 原始admin密码
System.out.println(SecurityUtil.md5DoubleEncoding("adminADMIN8@a"));
System.out.println(SecurityUtil.md5DoubleEncoding("xhxADMIN8@a"));
// System.out.println(SecurityUtil.md5DoubleEncoding("Qt123456@"));
/*
......
......@@ -43,13 +43,13 @@ import static com.mortals.xhx.base.framework.exception.ExceptionHandle.*;
@Slf4j
public class CipherController {
@Value("${sys.license.key}")
@Value("${sys.license.key:''}")
private String keyPath;
@Value("${sys.license.log}")
@Value("${sys.license.log:''}")
private String logPath;
@Value("${sys.license.pub}")
@Value("${sys.license.pub:''}")
private String pubPath;
@Value("${sys.license.enable:false}")
......
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