不廢話,直接上手寫一個RPC框架!

介紹 當開發一個單體項目的時候,大家肯定都寫過類似的代碼。即服務提供方和服務調用方在一個服務中 public interface HelloService {     public String sayHello(String content); } public class HelloServiceImpl implements HelloService {     @Override   
相關文章
相關標籤/搜索