公众号:架构师与哈苏
关注公众号进入it交流群! 公众号:架构师与哈苏 不定时都会推送一些实用的干货。。。

随笔分类 -  SpringCloudAlibaba

sentinel使用(结合gateway)
摘要:前 如果你想在Spring Cloud Gateway中使用Sentinel Starter,你需要添加Spring - Cloud -alibaba- Sentinel - Gateway依赖,并添加Spring - Cloud - Starter - Gateway依赖,让Spring Clou 阅读全文
posted @ 2021-05-08 14:42 公众号/架构师与哈苏 阅读(391) 评论(0) 推荐(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 公众号/架构师与哈苏 阅读(851) 评论(0) 推荐(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 公众号/架构师与哈苏 阅读(61) 评论(0) 推荐(0)
sentinel安装
摘要:sentinel介绍 随着微服务的流行,服务和服务之间的稳定性变得越来越重要。Sentinel 以流量为切入点,从流量控制、熔断降级、系统负载保护等多个维度保护服务的稳定性。 Sentinel 具有以下特征: 丰富的应用场景:Sentinel 承接了阿里巴巴近 10 年的双十一大促流量的核心场景,例 阅读全文
posted @ 2021-04-29 17:57 公众号/架构师与哈苏 阅读(62) 评论(0) 推荐(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 公众号/架构师与哈苏 阅读(331) 评论(0) 推荐(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 公众号/架构师与哈苏 阅读(245) 评论(0) 推荐(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 公众号/架构师与哈苏 阅读(359) 评论(0) 推荐(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 公众号/架构师与哈苏 阅读(22) 评论(0) 推荐(0)