# 6. 迁移到生产环境

当你准备将Spring Boot应用发布到生产环境时，我们提供了一些你[可能喜欢的技巧](https://jack80342.gitbook.io/spring-boot/v.-spring-boot-actuator)！

* 管理端点：[概述](https://github.com/jack80342/spring-boot/tree/25350df33f8edd68b50ff6f6e1258c9df4f67d67/V.%20Spring%20Boot%20Actuator/46.%20Endpoints.md)｜[自定义](https://github.com/jack80342/spring-boot/tree/25350df33f8edd68b50ff6f6e1258c9df4f67d67/V.%20Spring%20Boot%20Actuator/46.1%20Customizing%20endpoints.md)
* 连接选项：[HTTP](https://github.com/jack80342/spring-boot/tree/25350df33f8edd68b50ff6f6e1258c9df4f67d67/V.%20Spring%20Boot%20Actuator/47.%20Monitoring%20and%20management%20over%20HTTP.md)｜[JMX](https://github.com/jack80342/spring-boot/tree/25350df33f8edd68b50ff6f6e1258c9df4f67d67/V.%20Spring%20Boot%20Actuator/48.%20Monitoring%20and%20management%20over%20JMX.md)
* 监控：[指标](https://github.com/jack80342/spring-boot/tree/25350df33f8edd68b50ff6f6e1258c9df4f67d67/V.%20Spring%20Boot%20Actuator/50.%20Metrics.md)｜[审计](https://github.com/jack80342/spring-boot/tree/25350df33f8edd68b50ff6f6e1258c9df4f67d67/V.%20Spring%20Boot%20Actuator/51.%20Auditing.md)｜[追踪](https://github.com/jack80342/spring-boot/tree/25350df33f8edd68b50ff6f6e1258c9df4f67d67/V.%20Spring%20Boot%20Actuator/52.%20Tracing.md)｜[进程](https://github.com/jack80342/spring-boot/tree/25350df33f8edd68b50ff6f6e1258c9df4f67d67/V.%20Spring%20Boot%20Actuator/53.%20Process%20monitoring.md)
