上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页
摘要: 前提条件: Docker的基本组成: Docker的安装: yum-config-manager \ --add-repo \ http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo 阅读全文
posted @ 2021-09-21 23:19 张紫韩 阅读(35) 评论(0) 推荐(0) 编辑
摘要: Docker定位: Docker是什么: Docker的理念: 一句话: Docker能干什么呢: 去哪下: 阅读全文
posted @ 2021-09-21 22:08 张紫韩 阅读(23) 评论(0) 推荐(0) 编辑
摘要: a 阅读全文
posted @ 2021-09-19 19:35 张紫韩 阅读(18) 评论(0) 推荐(0) 编辑
摘要: Hystrix基本使用: 服务降级,为了是不能将error界面呈现给用户,防止用户等待时间过长,我们可以为服务进行降级 Hystrix客户端服务降级: 存在的问题以及如何解决: 客户端配置服务降级: 阅读全文
posted @ 2021-09-18 22:53 张紫韩 阅读(36) 评论(0) 推荐(0) 编辑
摘要: Jmeter高并发测试: http://localhost:8001/payment/hystrix/ok/1 :秒回 http://localhost:8001/payment/hystrix/timeout/1 :处理三秒钟 订单微服务调用支付服务 package com.model.servi 阅读全文
posted @ 2021-09-12 00:31 张紫韩 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Hystrix服务搭建: package com.model.service; import org.springframework.stereotype.Service; import org.springframework.web.bind.annotation.RequestMapping; 阅读全文
posted @ 2021-09-11 22:31 张紫韩 阅读(25) 评论(0) 推荐(0) 编辑
摘要: Hystrix简介: Hystrix的重要概念: 阅读全文
posted @ 2021-09-08 22:38 张紫韩 阅读(34) 评论(0) 推荐(0) 编辑
摘要: OpenFeign的超时控制; OpenFeign的日志打印功能: 阅读全文
posted @ 2021-09-08 21:59 张紫韩 阅读(161) 评论(0) 推荐(0) 编辑
摘要: OpenFegin的理论介绍 OpenFegin的使用: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/20 阅读全文
posted @ 2021-09-08 21:16 张紫韩 阅读(147) 评论(0) 推荐(0) 编辑
摘要: Ribbon的负载均衡轮询的原理: package com.model.lb; import org.springframework.cloud.client.ServiceInstance; import java.util.List; /** * @Description:测试类 * @Auth 阅读全文
posted @ 2021-09-08 17:03 张紫韩 阅读(94) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页