SpringBoot>2.0版本的
yml配置设置为如下配置:
management: endpoints: web: exposure: include: "*" enabled-by-default: false endpoint: health: show-details: always
SpringBoot>2.0版本的
yml配置设置为如下配置:
management: endpoints: web: exposure: include: "*" enabled-by-default: false endpoint: health: show-details: always