首页 > 技术文章 > actuator的使用

StarkBrothers 2019-11-09 17:55 原文

1、【随手记录】关于 actuator/beans 不能访问 - 空知大仙人 - 博客园,介绍了可以访问全部端点的方法,就是设置management.endpoints.web.exposure.include=*。这是application.properties的方式,对于yml要在星号外加上引号,即"*",因为这是个特殊符号,不加引号会报错。

2、SpringBoot集成actuator模块的基本使用 - 禁忌夜色153 - 博客园,这篇文章介绍了actuator的基本用法,包括只开放部分端点和显示详细信息的设置。

 

推荐阅读