摘要:
Dubbo的原理 Dubbo的使用 【注册服务】 1. 准备一个提供方工程 服务提供者接口 public interface IStuService { String queryNameById(Integer id); } 接口的实现类 public class StuServiceImpl im 阅读全文
posted @ 2020-04-29 15:34
Ethon
阅读(324)
评论(0)
推荐(0)
|
摘要:
Dubbo的原理 Dubbo的使用 【注册服务】 1. 准备一个提供方工程 服务提供者接口 public interface IStuService { String queryNameById(Integer id); } 接口的实现类 public class StuServiceImpl im 阅读全文
posted @ 2020-04-29 15:34
Ethon
阅读(324)
评论(0)
推荐(0)
|