9 Deploying Spring Boot applications
This chapter covers
- Running Spring Boot applications as a JAR file or deploying as a WAR file
- Deploying Spring Boot applications to Cloud Foundry and Heroku
- Running Spring Boot applications as Docker containers
- Developing Spring Boot applications for Kubernetes clusters and the Red Hat OpenShift platform
Once you are done with your application development and testing, you need to deploy the applications into your production server to serve the application users. Spring Boot applications can be deployed through an array of deployment strategies. Based on the application’s scalability, availability, and resilience requirements, you can decide on your application deployment strategy.
In this chapter, we’ll ...
Get Spring Boot in Practice now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.