This article covers the overview of deploying Spring Boot applications to a standalone server, including packaging the application for deployment, with a focus on using an executable JAR file.
This article provides an overview of deploying a Spring Boot application to a container platform like Docker or Kubernetes, including the benefits of containerization, the requirements for packaging the application, and how to run the container image using Docker.
This article covers an overview of how to deploy Spring Boot applications to cloud services, including an explanation of IaaS and PaaS models, popular cloud services, and packaging for deployment using container images and serverless functions.