This website requires JavaScript.
Explore
Help
Sign In
zcy
/
spring_reference
Watch
1
Star
0
Fork
You've already forked spring_reference
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
dab78e8b9a
spring_reference
/
V. Spring Boot Actuator: Pr...
/
41. Monitoring and manageme...
244 B
Raw
Blame
History
Unescape
Escape
41. 基于HTTP的监控和管理
如果你正在开发一个Spring MVC应用
,
Spring Boot执行器自动将所有启用的端点通过HTTP暴露出去。默认约定使用端点的id作为URL路径
,
例如
,
health暴露为/health。