基础
Ctrlk
  • 基础知识
    • Spring Core
    • Spring MVC
    • Spring Data
    • Spring Security
  • Group 1
    • Spring Cloud
      • 微服务架构
      • 微服务设计
      • 使用 spring boot 构建微服务
      • Spring Cloud Config
      • 服务发现 Eureka
        • 服务发现机制
        • 构建 Eureka 服务端
        • 客户端注册
        • 使用服务发现来查找服务
          • 使用 Spring Discovery Client 查找服务实例
          • 使用带有 Load Balancer 功能的 RestTemplate 调用服务
          • 使用 Netflix Feign 客户端调用服务
        • 集群
      • 客户端弹性模式Resilience4j
      • 网关Spring Cloud Gateway
      • Securing
      • Spring Cloud Stream
      • Spring Cloud Sleuth 和 Zipkin
    • Spring Cloud Alibaba
  • Group 2
    • 遇到的问题
    • Spring 如何解决循环依赖问题
    • Spring 框架中用到了哪些设计模式?
    • Spring 事务
    • spring boot 问题
    • Quartz
Powered by GitBook
On this page
  1. Group 1
  2. Spring Cloud
  3. 服务发现 Eureka

使用服务发现来查找服务

使用 Spring Discovery Client 查找服务实例使用带有 Load Balancer 功能的 RestTemplate 调用服务使用 Netflix Feign 客户端调用服务
Previous客户端注册Next使用 Spring Discovery Client 查找服务实例

Last updated 1 year ago