2024年4月11日
摘要: Spring Boot支持Spring Security,以搭建Eureka服务器为例演示添加Security之后的效果,以及探究在Security的配置是否与上述描述相符: 1、导入Security坐标支持 2、访问http://localhost:8260/,如下: 此刻尚未进行security 阅读全文
posted @ 2024-04-11 21:30 池塘里洗澡的鸭子 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 在微服务监控与安全 / Spring Actuator中已经示例了Spring Boot提供了运行时的应用监控和管理的功能,可以通过http、jmx、ssl协议进行操作。 1、http 微服务监控与安全 / Spring Actuator中已经就示范了这种方式。但是这种方式有个缺点:对于spring 阅读全文
posted @ 2024-04-11 19:00 池塘里洗澡的鸭子 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 在Spring Actuator实现自定义端点中案例的的基础上,实现自定义HealthIndicator。为什么还要实现HealthIndicator呢?Spring Actuator实现自定义端点中案例只是对status的数据进行了监控,至于这个数据是否健康并没有进行评价。实现HealthIndi 阅读全文
posted @ 2024-04-11 10:39 池塘里洗澡的鸭子 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 在微服务健康监控之Spring Actuator是什么?提及了除了原生端点还有自定义端点,什么时候需要自定义端点呢?当原生的端点无法满足项目的监控需求时就可以根据需求自定义端点。本文就如何实现自定义端点进行探究,参考官网文档https://docs.spring.io/spring-boot/doc 阅读全文
posted @ 2024-04-11 09:40 池塘里洗澡的鸭子 阅读(103) 评论(0) 推荐(0) 编辑