# springcloud-demo **Repository Path**: codeonline/springcloud-demo ## Basic Information - **Project Name**: springcloud-demo - **Description**: 练习springcloud用,作为配置服务 - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2016-10-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springcloud-demo ## configservice为配置服务,基于git ## registryservice为注册服务,基于eureka ## springbootadmin为spring-boot-admin, 提供服务监控 ## userservice,accountservice 为后端服务 ## webui为模拟前端应用 ## hystrixdashboard 为hystrix功能的简单解析界面化,但只支持单应用,需要有turbine来集中api 查看地址为:http://localhost:8031/hystrix.stream 其中的地址可以填hystrix功能的客户端的http://ip:port/hystrix.stream 也可以填turbine集中的http://localhost:8031/turbine.stream?cluster=MAIN&delay=200 http://localhost:8030/hystrix/monitor ## turbine 用来集中所有集成hystrix功能的服务 查看地址为:http://localhost:8031/turbine.stream?cluster=MAIN&delay=200 ## treeleaf-web-starter为自定义starter,集成treeleaf-web 可增加配置: ```ymal treeleaf: default: errorTip: 网络繁忙,稍后尝试 errorRedirect: true errorView: /error.jsp ```