This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Boot 3.3.2!

Packaging Your Application for Production

Once your Spring Boot application is ready for production deployment, there are many options for packaging and optimizing the application. See the Packaging Spring Boot Applications section of the documentation to read about these features.

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