When customizing the management server port, how is this implemented?

后端 未结 1 1328
逝去的感伤
逝去的感伤 2021-01-28 22:25

When reading through the spring boot documentation (http://docs.spring.io/spring-boot/docs/1.2.1.RELEASE/reference/htmlsingle/#production-ready-customizing-management-server-por

相关标签:
1条回答
  • 2021-01-28 22:38

    It starts a separate embedded instance of Tomcat. The /metrics endpoint of Spring Boot's Actuator or a tool like JConsole will give you some insight into the heap usage.

    0 讨论(0)
提交回复
热议问题