This commit is contained in:
Guoqs
2024-08-01 10:54:13 +08:00
parent 7294d82a7e
commit c16081feda
16 changed files with 16 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
package com.jsowell.netty.rpc;
public class TestRpcServer {
public static void main(String[] args) {
new RpcServer().bind(8888);
}
}