提交 705e4e09 编写于 作者: hlwwx's avatar hlwwx

'1创建encryptKey时提示修改,2修改会议室显示问题'

上级 35aefe8d
......@@ -51,7 +51,7 @@ public class ActionCreateEncryptKey extends ActionBase {
//为前端提供publicKey,为密码加密
this.writeConfigFile(new String(Base64.encodeBase64(pair.getPublic().getEncoded())));
System.out.println("public key: config/public.key, private key: config/private.key, create key success! Please restart server!");
System.out.println("public key: config/public.key, private key: config/private.key, create key success. Please restart server!");
return true;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册