spring-boot-actuator 常用配置

 

 

management:
  endpoints:
    web:
      base-path: "/"
      exposure:
        include: "*"
  endpoint:
    health:
      show-details: always
      db:
        enabled: false

 

posted @ 2019-08-01 00:19  bookc  阅读(535)  评论(0编辑  收藏  举报