dubbo spring cloud 之 api
2019-04-28 本文已影响0人
某某程序员_
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