SpringBoot2.0 基础案例(16):配置Actuator组件,实现项目监控( 三 )

# 配置后:http://localhost:8016/monitor/*

base-path: /monitor

endpoint:

health:

show-details: always

shutdown:

# 通过指定接口关闭 SpringBoot

enabled: true

# 可以自定义端口

# server:

# port: 8089

# 描述项目基础信息

info:

app:

name: node16-boot-actuator

port: 8016

version: 1.0.0

author: cicada

三、接口详解

推荐阅读