Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 383 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 383 Bytes

springclolud-integration

本项目以springboot2.x为基础,整合springcloud的五大组件, eureka,ribbon,hystrix,zuul,config以及Feign。并且搭建了eureka注册中心的集群模式。

在eureka配置集群,如果在本地,需要在hosts之中加入如下映射:

127.0.0.1 eureka7001.com
127.0.0.1 eureka7002.com
127.0.0.1 eureka7003.com