package cn.jsxwsl.dubbo.controller;


import cn.jsxwsl.dubbo.bean.User;
import cn.jsxwsl.dubbo.service.UserService;
import com.alibaba.dubbo.config.annotation.Reference;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;

import java.util.List;

@RestController
public class UserController {

    @Reference()
    private UserService userService;

    @RequestMapping(value = "/users.json", method = RequestMethod.GET)
    public List<User> users(){

        return userService.getUserList();
    }


}
最近下载更多
徐万强  LV9 2023年9月11日
空心菜4  LV9 2023年7月10日
cgp0219  LV6 2022年5月5日
eahity  LV2 2022年4月24日
denliv_hui  LV13 2022年2月11日
Rommel  LV27 2021年10月12日
ewan007  LV29 2021年9月27日
huangxiaoke20  LV17 2021年7月19日
sleepcat88  LV13 2021年5月25日
lebu9527  LV11 2021年3月3日
最近浏览更多
徐万强  LV9 2023年9月11日
liangge2115  LV27 2023年3月20日
UzumakiHL 2023年2月22日
暂无贡献等级
潇洒明天  LV2 2022年12月25日
无名氏111  LV32 2022年11月3日
何寒衣  LV3 2022年9月23日
暂无贡献等级
annazhang  LV29 2022年7月17日
zxtldw  LV1 2022年6月15日
Lxmzdm123  LV3 2022年6月10日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友