Giter Site home page Giter Site logo

15springcloud's Introduction

##3.1.1 服务注册中心

##3.1.2 服务提供者-8080 依赖6.1.2

##3.1.2.1 服务提供者-8079 依赖6.1.2

##3.1.3,3.1.4 服务注册中心集群-8081,8082

##3.1.5 服务消费者-9091 服务发现-Eureka客户端完成,服务消费-Ribbon

注意eureka的自我保护(开发环境下关闭)时间和服务提供者的服务调用时间(心跳)和服务失效(和eureka注册中心的红色警告相关)

添加Hystrix与Spring-boot

添加spring-cloud-hystrix-amqp

##服务续约,定义服务调用间隔和服务失效 输入图片说明

##5.1.1 Hystrix服务容错保护,服务消费者-9092, 熔断机制默认2000后触发 Hystrix-dashboard添加 注意Zuul默认信号量隔离,应通过hystrix把隔离机制改成线程池

##5.1.2 服务消费者,提供web页面访问-9093

##5.1.3 提供公共缓存,使用redis-9094

##5.1.4 Turbine集群监控-9095, 9097

##5.1.5 Turbine-amqp(rabbitmq)-9098,9099

##6.1.1 Spring-Cloud-Feign-9100 依赖6.1.2

##6.1.2 继承特性

##7.1.1 Zuul网关-9096

##8.1.1 配置中心-9110(未完成)

##9.1.1 Spring-Boot-RabbitMq-9111

##10.1.1 Spring-Cloud-Stream-RabbitMq-9120

##11.1.1 Spring-Cloud-Sleuth-9130 微服务应用trace-1,调用trace-2

##11.1.2 Spring-Cloud-Sleuth-9131 微服务应用trace-2

##【注】eureka显示IP及点击链接跳转 eureka.instance.lease-renewal-interval-in-seconds=1 eureka.instance.lease-expiration-duration-in-seconds=1 eureka.instance.prefer-ip-address=true eureka.instance.instance-id=${spring.cloud.client.ipAddress}:${server.port} eureka.instance.status-page-url=http://${spring.cloud.client.ipAddress}:${server.port}/swagger-ui.html eureka.instance.health-check-url=http://${spring.cloud.client.ipAddress}:${server.port}/health

15springcloud's People

Contributors

tianyunzi avatar

Watchers

James Cloos avatar  avatar

Forkers

jiangjie714

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.