firemail
标题:
spring boot 常用的依赖
[打印本页]
作者:
java
时间:
2018-6-22 17:35
标题:
spring boot 常用的依赖
本帖最后由 java 于 2018-6-22 17:40 编辑
1.健康监控
https://www.cnblogs.com/EasonJim/p/7613333.html
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
如果使用HTTP调用的方式,还需要这个依赖:
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
调用方法:get方法
http://localhost/actuator/health
欢迎光临 firemail (http://firemail.wang:8088/)
Powered by Discuz! X3