首页 > 编程开发 > Java    日期:2021-08-09 / 浏览

springboot 禁用某项健康检查

management.health.mail.enabled
management.health.mongo.enabled
management.health.redis.enabled
management.health.solr.enabled
management.health.elasticsearch.enabled

http://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#production-ready-customizing-endpoints

springboot加es健康检查问题

代码自定义了健康检查路径/actuator/health

但是实际请求的时候走不到自己的代码里

会经过filter拦截掉,拦截之后会经过调用es的健康检查失败,而返回503

解决办法:

application.yaml里

management endpoints exposure exclude: health

排除health,走自己写的健康检查接口

以上为个人经验,希望能给大家一个参考,也希望大家多多支持。

觉得上面的内容有用吗?快来点个赞吧!

点赞() 我要打赏

温馨提示 : 本站内容来自会员投稿以及互联网,所有源码及教程均为作者总结编辑,请大家在使用过程中提前做好备份,以免发生无法预知的错误,源码类教程请勿直接用于生产环境!

 可能感兴趣的文章