摘要:
http://www.imooc.com/article/290828 Spring Cloud Gatway内置的 RequestRateLimiterGatewayFilterFactory 提供限流的能力,基于令牌桶算法实现。目前,它内置的 RedisRateLimiter ,依赖Redis存 阅读全文
posted @ 2020-08-26 10:46
牧之丨
阅读(918)
评论(0)
推荐(0)
摘要:
http://www.imooc.com/article/290804 TIPS 本文基于Spring Cloud Greenwich SR2编写,兼容Spring Cloud Finchley及更高版本。 这一节来详细探讨Spring Cloud Gateway的路由谓词工厂 (Route Pre 阅读全文
posted @ 2020-08-26 10:44
牧之丨
阅读(596)
评论(0)
推荐(0)
摘要:
http://www.imooc.com/article/290824 本文总结Spring Cloud Gateway的排错、调试技巧。欢迎留言补充! 第一式:Actuator监控端点 借助Actuator的监控端点,可分析全局过滤器、过滤器工厂、路由详情。详见:Spring Cloud Gate 阅读全文
posted @ 2020-08-26 10:39
牧之丨
阅读(1090)
评论(0)
推荐(0)
摘要:
http://www.imooc.com/article/290822 欢迎加入Spring Cloud Gateway监控豪华套餐—— 只要为Spring Cloud Gateway添加Spring Boot Actuator( spring-boot-starter-actuator )的依赖, 阅读全文
posted @ 2020-08-26 10:33
牧之丨
阅读(1369)
评论(0)
推荐(0)
摘要:
http://www.imooc.com/article/290821 TIPS 本文基于Spring Cloud Gateway SR2,理论适配Spring Cloud Gateway SR1以及更高版本。 本文详细探讨Spring Cloud Gateway内置的全局过滤器。包括:1 Comb 阅读全文
posted @ 2020-08-26 10:25
牧之丨
阅读(542)
评论(0)
推荐(0)
摘要:
http://www.imooc.com/article/290816 TIPS 本文基于 Spring Cloud Greenwich SR2 ,理论支持 Spring Cloud Greenwich SR1 ,其中的新特性标注出来了。 这一节来探讨Spring Cloud Gateway内置的F 阅读全文
posted @ 2020-08-26 10:24
牧之丨
阅读(688)
评论(0)
推荐(0)
摘要:
使用场景 当项目越来越庞大之后,不可避免的要拆分成多个子模块,我们希望各个子模块有独立的版本管理,并且由专门的人去维护,这时候我们就要用到git的submodule功能。 常用命令 git clone <repository> --recursive 递归的方式克隆整个项目 git submodul 阅读全文
posted @ 2020-08-21 16:50
牧之丨
阅读(443)
评论(0)
推荐(0)
摘要:
安装所需插件1、安装gccgcc是linux下的编译器在此不多做解释,感兴趣的小伙伴可以去查一下相关资料,它可以编译 C,C++,Ada,Object C和Java等语言 命令:查看gcc版本 gcc -v 一般阿里云的centOS7里面是都有的,没有安装的话会提示命令找不到, 安装命令: yum 阅读全文
posted @ 2020-08-13 13:25
牧之丨
阅读(365)
评论(0)
推荐(0)
摘要:
阅读目录 准备数据库 准备nacos 观察集群 Nacos + Docker 集群 通过Nginx配置真正的集群 其他注意事项 关于nacos 集群部署,网上的示例往往不全或不可用,而官方的教程太简单了。官方也提供了一个 docker + nacos 的伪集群的 部署示例。但毕竟是 伪, 不能实际生 阅读全文
posted @ 2020-08-13 13:24
牧之丨
阅读(23089)
评论(0)
推荐(1)
摘要:
server{} 包含在http{}内部,每一个server{}都是一个虚拟主机(站点) 以下为nginx.conf配置文件中server{ }部分的内容。 server { listen 80; //监听端口为80,可以自定义其他端口,也可以加上IP地址,如,listen 127.0.0.1:80 阅读全文
posted @ 2020-08-13 13:07
牧之丨
阅读(1096)
评论(0)
推荐(0)
浙公网安备 33010602011771号