首页>代码>SpringBoot+SpringCloud+eureka模拟生产者/消费者实现分布式应用>/demoapp/consumerdemo/src/main/java/com/cuihui/consumer/consumerdemo/controller/UserController.java
package com.cuihui.consumer.consumerdemo.controller; import com.cuihui.consumer.consumerdemo.model.User; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import org.springframework.web.client.RestTemplate; import java.util.List; @RestController public class UserController { @Autowired RestTemplate restTemplate; @RequestMapping(value = "/user-findAll") public List<User> queryList(){ // 服务提供者url、返回数据类型 return restTemplate.getForObject("http://providerdemo/user/findAll", List.class); } }
最近下载更多
mmmmmmppp LV10
2023年5月16日
heweimin LV13
2022年10月28日
eahity LV2
2022年4月24日
wang512237140 LV20
2022年3月22日
as501226107 LV12
2022年1月2日
sunlzh888888 LV29
2021年6月22日
cyh1106 LV3
2021年4月23日
cwx1234 LV11
2021年3月22日
xhmpmail LV17
2021年2月23日
build138 LV20
2021年1月23日
最近浏览更多
ゆ 、 Hurt° LV2
7月8日
TY0165 LV20
6月25日
落后就要挨打 LV26
2023年10月19日
zhy1989wz LV6
2023年9月11日
qwerqwer1122
2023年6月24日
暂无贡献等级
644106 LV8
2023年6月8日
mmmmmmppp LV10
2023年5月16日
秦sir3067683450 LV10
2022年12月31日
1049066887 LV13
2022年12月25日
呜呜呜吴天 LV2
2022年12月9日