摘要: 服务消费者整合 Sentinel【这样 Sentinel才能对服务消费者进行监控和保护】 需求:在member-service-nacos-consumer-81 整合Sentinel,能被Sentinel 监控和保护 Sentinel 相关配置 1. xml <!-- 引入 alibaba-sen 阅读全文
posted @ 2023-12-11 16:34 爱新觉罗LQ 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Chrome 浏览器开启 Json 数据格式化显示 默认格式 安装扩展程序 JSONView 阅读全文
posted @ 2023-12-11 16:23 爱新觉罗LQ 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 博客园编辑全屏快捷键 Ctrl + / 阅读全文
posted @ 2023-12-11 13:01 爱新觉罗LQ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 服务消费者整合 OpenFeign > 启动类中要添加 @EnableFeignClients 注解 package com.llq.springcloud; @SpringBootApplication(exclude = DataSourceAutoConfiguration.class) @E 阅读全文
posted @ 2023-12-11 12:38 爱新觉罗LQ 阅读(44) 评论(0) 推荐(0) 编辑