# 6. 迁移到生产环境

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

* 管理端点：[概述](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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jack80342.gitbook.io/spring-boot/i.-spring-boot-documentation/6.-moving-to-production.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
