spring cloud
捉到一只萤火虫
这个作者很懒,什么都没留下…
展开
-
spring cloud config使用本地配置文件作为仓库
Spring Cloud Config支持的配置仓库类型有:Git、svn、数据库、本地文件系统等。因为有些场景在部署项目时,服务器不能连接外网,所以不能使用git仓库,可以选择使用本地配置文件仓库或者数据库仓库,这里介绍如何使用本地配置文件实现配置中心。环境准备:spring boot 版本:2.1.7.RELEASEspring cloud版本:Greenwich.SR1开发环境:...原创 2019-12-04 10:44:09 · 927 阅读 · 0 评论 -
spring cloud使用hystrix-dashboard对hystrix实时监看
hystrix-dashboard用来对hystrix实时监看使用的spring boot版本:2.1.7.RELEASE使用的spring cloud版本:Greenwich.SR1为使用了断路器的pom添加如下依赖: <dependency> <groupId>org.springframework.cloud</gr...原创 2019-12-04 10:41:57 · 163 阅读 · 0 评论