Explorar el Código

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

o2wwx hace 5 años
padre
commit
705e4e0903

+ 1 - 1
o2server/x_console/src/main/java/com/x/server/console/action/ActionCreateEncryptKey.java

@@ -51,7 +51,7 @@ public class ActionCreateEncryptKey extends ActionBase {
 		//为前端提供publicKey,为密码加密
 		//为前端提供publicKey,为密码加密
 		this.writeConfigFile(new String(Base64.encodeBase64(pair.getPublic().getEncoded())));
 		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;
 		return true;
 	}
 	}