Dubbo基础使用
依赖
1 | <dependency> |
Provider
1 | 8081 = |
1 | //服务接口 |
1 | import org.apache.dubbo.config.annotation.Service; |
Consumer
1 | DemoCustomer = |
1 | public interface DemoService { |
1 | //注入使用 |
最后更新: 2021年02月03日 15:23
1 | <dependency> |
1 | 8081 = |
1 | //服务接口 |
1 | import org.apache.dubbo.config.annotation.Service; |
1 | DemoCustomer = |
1 | public interface DemoService { |
1 | //注入使用 |
最后更新: 2021年02月03日 15:23