Skip to content

Commit 498ffb2

Browse files
committed
some small change for better experience
1 parent 3555484 commit 498ffb2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/server/IMServerPublisher.class

154 Bytes
Binary file not shown.

src/server/IMServerPublisher.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ public static void main(String[] args) {
99
IMServerImpl srsi=new IMServerImpl();
1010
srsi.dialogs=BackupAndLoad.deser();
1111
Endpoint.publish("http://127.0.0.1:5335/service",srsi);
12-
System.out.println("ready");
12+
System.out.println("The IMserver has already open in 127.0.0.1:5335");
13+
System.out.println("type 'shutdown' to backup and exit.");
14+
System.out.println("Directly exiting will lose your messages.");
1315
Scanner sc=new Scanner(System.in);
1416
if (sc.nextLine().equals("shutdown")) {
1517
BackupAndLoad.enser(srsi.dialogs);

0 commit comments

Comments
 (0)