# spring-cloud-integration **Repository Path**: cckmit/spring-cloud-integration ## Basic Information - **Project Name**: spring-cloud-integration - **Description**: zuul、 hystrix 、spring boot admin、spring sleth 、zipkin、resttemplate - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2017-05-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-cloud-integration zipkin:http://localhost:9411/ spring boot admin :http://localhost:8081/ eureka:http://localhost:9000/ cloud-service调用:http://localhost:8080/api-service/getUserName?accessToken=111 通过api http://localhost:9002/getUser?name=admin&id=1 cloud-customer调用: http://localhost:8080/api-boss/hello?accessToken=23432 通过api http://localhost:9001/getUser 测试ribbon+hystrix断路器: http://localhost:8080/api-boss/getUser?accessToken=23432 http://localhost:8081/#/applications/69f22428/hystrix