前提:建好Spring Starting Project

1. src/main/resources目录里的application.properties里加

server.port: 9000

management.port: 9001

management.address: 127.0.0.1

management.security.enabled=false


[Spring Boot] Spring Boot Actuator


2. postman里测试


[Spring Boot] Spring Boot Actuator



相关文章:

  • 2019-11-13
  • 2019-10-09
  • 2020-06-30
  • 2019-07-02
  • 2018-02-06
  • 2019-06-27
  • 2019-07-29
猜你喜欢
  • 2020-04-28
  • 2019-10-22
  • 1970-01-01
  • 2019-10-09
  • 2019-11-20
  • 2021-08-14
  • 2018-07-10
  • 2021-09-19
相关资源
相似解决方案