美文网首页
Eureka接口服务

Eureka接口服务

作者: huiwq1990 | 来源:发表于2017-07-07 13:20 被阅读0次

REST接口服务

https://github.com/Netflix/eureka/wiki/Eureka-REST-operations

注意:springcloud工程不需要v2,即接口是/eureka/apps,不是/eureka/v2/apps

  1. 获取服务列表
    url: http://localhost:8761/eureka/apps
    image.png

分析

注册Bean

org.springframework.cloud.netflix.eureka.server.EurekaServerConfiguration#jerseyApplication
扫描:Path Provider注解。

实现类

com.netflix.eureka.resources.ApplicationsResource#getContainers

相关文章

网友评论

      本文标题:Eureka接口服务

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