
Spring Cloud
文章平均质量分 53
mry6
你是否把青春献给了无奈,把热爱留给了未来。明天不会比今天更年轻!!!
展开
-
Linux系统中 sentinel 下载安装
Linux系统中 sentinel 下载安装sentinel 介绍sentinel 下载sentinel 启动 sentinel 介绍 sentinel 官网地址:https://github.com/alibaba/Sentinel/wiki/%E4%BB%8B%E7%BB%8D Sentinel: 分布式系统的流量防卫兵 Sentinel 是什么? 随着微服务的流行,服务和服务之间的稳定性变得越来越重要。Sentinel 以流量为切入点,从流量控制、熔断降级、系统负载保护等多个维度保护服务的稳定性。 s原创 2021-09-01 21:50:38 · 2740 阅读 · 0 评论 -
Nacos 搭建
Nacos 搭建什么是 NacosNacos下载安装合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入 什么是 Nacos Nacos 致力于帮助您发现、配置和管理微服务。Nacos 提供了一组简单易用的特性集,帮助您快速实现动态服务发现、服务配置、服务元数据及流量管理。 Nacos 帮助您更敏捷原创 2021-03-28 23:40:34 · 382 阅读 · 1 评论 -
com.netflix.zuul.exception.ZuulException: Forwarding error
错误信息: com.netflix.zuul.exception.ZuulException: Forwarding error at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.handleException(RibbonRoutingFilter.java:158) ~[spring...原创 2018-10-13 00:12:54 · 5188 阅读 · 3 评论 -
2018-10-12 23:44:50.689 ERROR 21440 --- [nio-6333-exec-1] com.netflix.zuul.FilterProcessor : null
报错信息: 2018-10-12 23:44:50.685 ERROR 21440 --- [nio-6333-exec-1] com.netflix.zuul.FilterProcessor : null java.lang.NullPointerException: null at com.netflix.zuul.FilterLoader.getFiltersBy...原创 2018-10-12 23:58:21 · 932 阅读 · 0 评论 -
Spring Cloud注册中心Eureka启动时出现: java.lang.NoSuchMethodError: org.springframework.boot.builder.SpringApp
Spring Cloud注册中心Eureka启动时出现: java.lang.NoSuchMethodError: org.springframework.boot.builder.SpringApp 错误是因为Spring Boot的父类版本号过高造成的. 错误如下图所示: 解决方案: <parent> <groupId>org.springframew...原创 2018-10-08 23:06:25 · 2893 阅读 · 0 评论