企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### 起步依赖 ``` <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> ``` 配置项 ``` management.port= ##默认为应用程序的启动端口 management.security.enabled=false endpoints.shutdown.enabled=true ###开启应用程序关闭端点 ``` ### actuator端口信息 ![](https://img.kancloud.cn/c7/57/c757a8082c938f1ab52e8b5d3c649696_720x314.png) ![](https://img.kancloud.cn/c9/38/c9387198743aa140dab673d82af736a6_713x194.png) 【参考资料】 [http://blog.didispace.com/spring-boot-actuator-1/](http://blog.didispace.com/spring-boot-actuator-1/) ### actuator健康指示器 ![](https://img.kancloud.cn/ec/39/ec3926f1a68329f960304bfce6541799_737x363.png)