dubbo接口定义模块:
定义接口
package com.zm.demo.dubbo.sc.api;
/**
* @author zoum
* @create 2019/4/26 11:24
*/
public interface UserService {
String hello(String userName);
}
源码
https://gitee.com/love2014/demo/tree/master/demo-dubbo/dubbo-sc-api
网友评论