Преглед на файлове

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

o2wwx преди 5 години
родител
ревизия
705e4e0903
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      o2server/x_console/src/main/java/com/x/server/console/action/ActionCreateEncryptKey.java

+ 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,为密码加密
 		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;
 	}