springboot actuator配置
2021-01-28 本文已影响0人
proud2008
官网
https://docs.spring.io/spring-boot/docs/current/reference/html/index.html
https://blog.csdn.net/alinyua/article/details/80009435
build.gralde中添加
compile 'org.springframework.boot:spring-boot-starter-actuator'
application.yaml中添加
#actuator 开启所有web功能
management.endpoints.web.exposure.include=*
项目运行起来后
/actuator即可看到具返回json格式的数据