spring-boot-actuator 常用配置

management:
  endpoints:
    web:
      base-path: "/"
      exposure:
        include: "*"
  endpoint:
    health:
      show-details: always
      db:
        enabled: false
原文地址:https://www.cnblogs.com/fqybzhangji/p/11280014.html