spring_reference/V. Spring Boot Actuator/41. Monitoring and manageme...

4 lines
244 B
Markdown
Raw Normal View History

### 41. 基于HTTP的监控和管理
如果你正在开发一个Spring MVC应用Spring Boot执行器自动将所有启用的端点通过HTTP暴露出去。默认约定使用端点的id作为URL路径例如health暴露为/health。