News

How to dockerize a Spring Boot app To dockerize a Spring Boot application, follow these steps: Set your Spring Boot project's packaging type to Jar. Build your Spring Boot app with Maven or Gradle.
You have run and tested your Spring Boot application locally. You have executed a Maven or Gradle build and the built JAR file is in the project's target folder. It's possible to deploy Spring Boot ...
Get ready to deploy the Spring Java and React application to production, using MongoDB Atlas, Vercel for the React front end, and a Spring VM to host the back end.
In this tutorial, the reader will get a chance to create a small Spring Boot application, containerize it and deploy it to Google Kubernetes Engine using Skaffold and the Cloud Code IntelliJ plugin.