# 6.9. 打包您的生产应用程序

可执行 jar 可用于生产部署。由于它们是独立的，因此也非常适合基于云的部署。

对于其他“生产就绪”功能，例如运行状况、审计和指标 REST 或 JMX 端点，请考虑添加`spring-boot-actuator`. 有关详细信息，请参阅[*生产就绪功能。*](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#actuator)


---

# 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://doc.shiker.tech/spring-boot-can-kao-wen-dang/6.-shi-yong-spring-boot-jin-xing-kai-fa/6.9.-da-bao-nin-de-sheng-chan-ying-yong-cheng-xu.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.
