Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 482 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 482 Bytes

springcloud

获取本项目

git clone https://github.com/BillNwc/springcloud.git

服务注册

简单使用单实例的eureka作为注册中心

api网关

地址 简单使用zuul

服务间调用

地址 使用RestTemplate注解为LoadBalanced调用

配置中心