# springio **Repository Path**: usings/springio ## Basic Information - **Project Name**: springio - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-10-10 - **Last Updated**: 2021-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 开发配置 ----------------------- 1. 192.168.112.128 # 注册中心 -------------------- 1. s1.register.com:7011 2. s2.register.com:7012 # springio -> springcloud ----------------------------- springcloud 版本号是字母顺序 springboot 版本号是数字 # springcloud ------------------------------- 1. 服务注册中心(Eureka) * Eureka * Zookeeper * Consul * Naocs 2. 服务调用(Ribbon) * Ribbon * LoadBalancer * Feign * OpenFeign 3. 服务降级(Hystrix) * Hystrix * resilience4j * sentienl 4. 服务网关(Zuul) * Zuul * gateway 5. 服务配置(Config) * Nacos 6. 服务总线(Bus) * Nacos # springboot(场景) -------------------------------- 1. spring-boot-starter-actuator 监控 2.