Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 409 Bytes

packaging-for-production.adoc

File metadata and controls

7 lines (6 loc) · 409 Bytes

Packaging Your Application for Production

Executable jars can be used for production deployment. As they are self-contained, they are also ideally suited for cloud-based deployment.

For additional “production ready” features, such as health, auditing, and metric REST or JMX end-points, consider adding spring-boot-actuator. See actuator.adoc for details.