SpringCloud
BW_bear
java,oracle,mysql,微服务,linux,docker,rancher
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring boot中引入kafka并使用
spring boot中引入kafka并使用 返回目录 https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 kafka依赖: <dependency> <groupId>org.springframework.kafka</groupId> <artifactId>spring-kafka&l...原创 2019-11-26 14:15:46 · 394 阅读 · 0 评论 -
windows10下Kafka环境搭建
windows10下Kafka环境搭建 返回目录 https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 Zookeeper安装&运行: 下载Zookeeper http://mirrors.hust.edu.cn/apache/zookeeper/ 解压 在zookeeper-3.4.10目录下,新建文件夹,并命名(eg: data...原创 2019-11-26 14:13:25 · 261 阅读 · 0 评论 -
Zuul过滤器
返回目录: https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 源码位置: 微服务注册: https://github.com/zhaowei-zhang/CloudTest2/tree/master/使用Zuul构建微服务网关/microservice-discovery-eureka 生产者 https://github.com/zha...原创 2019-04-02 11:04:59 · 266 阅读 · 0 评论 -
Zuul上传文件
返回目录: https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 源码位置: 微服务注册: https://github.com/zhaowei-zhang/CloudTest/tree/master/使用Zuul构建微服务网关/microservice-discovery-eureka 上传微服务: https://github.com/z...原创 2019-04-02 11:03:30 · 329 阅读 · 0 评论 -
使用Zull管理端点
返回目录: https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 源码位置: 微服务注册: https://github.com/zhaowei-zhang/CloudTest/tree/master/使用Zuul构建微服务网关/microservice-discovery-eureka 生产者: https://github.com/zha...原创 2019-03-27 18:57:41 · 368 阅读 · 0 评论 -
Zuul微服务网关
返回目录: https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 源码位置: 微服务注册: https://github.com/zhaowei-zhang/CloudTest/tree/master/使用Zuul构建微服务网关/microservice-discovery-eureka 生产者: https://github.com/zha...原创 2019-03-27 18:56:31 · 311 阅读 · 0 评论 -
安装RabbitMQ
返回目录 https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 1.安装ERlang/OTP RabbitMQ依赖于ERlang 先安装ERlang http://www.erlang.org/downloads 2.安装RabbitMQ Server https://www.rabbitmq.com/install-windows.htm...原创 2019-03-24 12:29:12 · 362 阅读 · 0 评论 -
使用RabbitMQ来进行微服务的监管
返回目录 https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 源码位置 1.改造消费者微服务 1.1 添加依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactI...原创 2019-03-24 12:26:50 · 641 阅读 · 0 评论 -
Hystrix 监控可视化
返回目录 https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 源码位置: 微服务注册管理: https://github.com/zhaowei-zhang/CloudTest/tree/master/使用Hystrix实现容错/microservice-discovery-eureka 生产者: https://github.com/zh...原创 2019-03-23 22:16:48 · 1137 阅读 · 0 评论 -
Hystrix的监控
返回目录 https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 源码位置: 微服务注册管理: https://github.com/zhaowei-zhang/CloudTest/tree/master/使用Hystrix实现容错/microservice-discovery-eureka 生产者: https://github.com/zh...原创 2019-03-23 22:17:43 · 510 阅读 · 0 评论 -
Feign方式使用Hystrix,通过FallbackFactory检查回退原因
返回目录 https://blog.youkuaiyun.com/BW_Bear/article/details/88746646 Hystrix 监控可视化.note源码位置: 微服务注册管理: https://github.com/zhaowei-zhang/CloudTest/tree/master/使用Hystrix实现容错/microservice-discovery-eureka 生产者: htt...原创 2019-03-23 21:42:26 · 3436 阅读 · 0 评论 -
微服务相关目录
1.Hystrix通用方式整合 https://blog.youkuaiyun.com/BW_Bear/article/details/88746478 2.Feign方式使用Hystrix https://blog.youkuaiyun.com/BW_Bear/article/details/88746595 3.Feign方式使用Hystrix,通过FallbackFactory检查回退原因 https:/...原创 2019-03-22 17:36:05 · 615 阅读 · 0 评论 -
Feign方式使用Hystrix
源码位置: 微服务注册管理: https://github.com/zhaowei-zhang/CloudTest/tree/master/使用Hystrix实现容错/microservice-discovery-eureka 生产者: https://github.com/zhaowei-zhang/CloudTest/tree/master/使用Hystrix实现容错/microservice...原创 2019-03-22 17:32:49 · 442 阅读 · 0 评论 -
Hystrix通用方式整合
源码位置: 微服务注册管理: https://github.com/zhaowei-zhang/CloudTest/tree/master/使用Hystrix实现容错/microservice-discovery-eureka 生产者: https://github.com/zhaowei-zhang/CloudTest/tree/master/使用Hystrix实现容错/microservice...原创 2019-03-22 17:29:13 · 601 阅读 · 0 评论
分享