way-to-architect
Search...
Ctrl + K
中间件
服务治理
RPC最简实现
现在,假如有一个服务:HelloService
Copy
public
interface
HelloService
{
String
sayHello
(
String
name);
}