sentinel使用(结合gateway)
摘要:前 如果你想在Spring Cloud Gateway中使用Sentinel Starter,你需要添加Spring - Cloud -alibaba- Sentinel - Gateway依赖,并添加Spring - Cloud - Starter - Gateway依赖,让Spring Clou
阅读全文
posted @
2021-05-08 14:42
公众号/架构师与哈苏
阅读(379)
推荐(0) 编辑
sentinel使用(结合OpenFeign)
摘要:前提 需要先安装sentinel。 父项目POM pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.or
阅读全文
posted @
2021-05-06 16:31
公众号/架构师与哈苏
阅读(837)
推荐(0) 编辑
sentinel使用
摘要:前提 需要先安装sentinel。 SpringBoot集成sentinel pom.xml <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="ht
阅读全文
posted @
2021-05-06 11:11
公众号/架构师与哈苏
阅读(57)
推荐(0) 编辑
sentinel安装
摘要:sentinel介绍 随着微服务的流行,服务和服务之间的稳定性变得越来越重要。Sentinel 以流量为切入点,从流量控制、熔断降级、系统负载保护等多个维度保护服务的稳定性。 Sentinel 具有以下特征: 丰富的应用场景:Sentinel 承接了阿里巴巴近 10 年的双十一大促流量的核心场景,例
阅读全文
posted @
2021-04-29 17:57
公众号/架构师与哈苏
阅读(55)
推荐(0) 编辑
nacos config基本使用
摘要:说明 Nacos is an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications. Nacos是一个易于
阅读全文
posted @
2021-04-28 15:26
公众号/架构师与哈苏
阅读(319)
推荐(0) 编辑
nacos项目搭建(服务提供者,服务消费者)
摘要:spring cloud ablibaba 版本说明 https://github.com/alibaba/spring-cloud-alibaba/wiki/版本说明 启动nacos服务 官网: https://nacos.io/zh-cn/docs/what-is-nacos.html 服务提供
阅读全文
posted @
2021-04-28 10:34
公众号/架构师与哈苏
阅读(237)
推荐(0) 编辑
spring cloud alibaba版本选择
摘要:https://github.com/alibaba/spring-cloud-alibaba/wiki/%E7%89%88%E6%9C%AC%E8%AF%B4%E6%98%8E Spring Cloud Version Spring Cloud Version Spring Cloud Versi
阅读全文
posted @
2021-04-27 17:15
公众号/架构师与哈苏
阅读(346)
推荐(0) 编辑
liunx上安装nacos
摘要:下载nacos wget https://github.com/alibaba/nacos/releases/download/1.4.1/nacos-server-1.4.1.tar.gz 启动服务 bash startup.sh -m standalone 关闭服务 sh shutdown.sh
阅读全文
posted @
2021-03-24 10:23
公众号/架构师与哈苏
阅读(18)
推荐(0) 编辑