Spring boot Actuator

一.新建spring boot项目 二.pom.xml添加依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> 三.启动项目 四.访问http://localhost:8080/ac
相关文章
相关标签/搜索