TA贡献1852条经验 获得超7个赞
您可以使用Spring boot actuatorthis.include 下面的依赖项pom.xml,随您更改版本!
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
<version>2.1.5.RELEASE</version>
</dependency>
请参阅以下执行器为不同目的提供的端点。
终点
举报