美文网首页
dubbo spring cloud 之 api

dubbo spring cloud 之 api

作者: 某某程序员_ | 来源:发表于2019-04-28 14:38 被阅读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

    相关文章

      网友评论

          本文标题:dubbo spring cloud 之 api

          本文链接:https://www.haomeiwen.com/subject/veldnqtx.html