首页>代码>Spring Cloud微服务架构项目搭建实例,微服务组件介绍,基于maven多模块搭建>/springcloud/common-api/src/main/java/com/neusoft/service/BanjiFeignService.java
package com.neusoft.service;

import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.GetMapping;

@Component
@FeignClient(value = "provider-banji")
public interface BanjiFeignService {
    @GetMapping("/banji/queryAll")
    Object queryAll();
}
最近下载更多
1049066887  LV13 8月22日
Zionism  LV7 6月5日
落后就要挨打  LV26 2023年11月23日
644106  LV8 2023年6月8日
heweimin  LV13 2022年10月28日
aqin_qin  LV1 2022年6月4日
mylzdy  LV12 2022年3月8日
huangxiaoke20  LV17 2021年11月2日
newhaijun  LV15 2021年9月2日
sunlzh888888  LV29 2021年6月21日
最近浏览更多
chn-lei  LV2 8月31日
ゆ 、 Hurt°  LV2 7月8日
sssnow 6月24日
暂无贡献等级
Zionism  LV7 6月5日
kashen114230 4月5日
暂无贡献等级
appleman988 3月19日
暂无贡献等级
malagou  LV1 1月22日
whfuai  LV14 1月2日
落后就要挨打  LV26 2023年10月19日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友