#springboot
Read more stories on Hashnode
Articles with this tag
Spring Boot is an open-source framework developed by Pivotal, a part of VMware, and is designed to simplify the setup and development of Spring...
Monolithic Vs Microservice FeatureMonolithic ArchitectureMicroservices Architecture StructureSingle codebaseMultiple independent...
To deploy your application on an EC2 instance. I'll assume you have an EC2 instance set up and have Docker and Docker Compose installed on it. For...
Step 1: Create a Spring Boot Application If you don't already have a Spring Boot project, you can create one using Spring Initializer or your...
1. Deploy MySQL Image in a Container Let's first deploy the MySQL image in a docker container. Step1: Pull MySQL Image docker pull mysql Step 2:...
Step 1: Create a new Spring Boot Project To create a new Spring Boot project, go to https://start.spring.io/ and set the project metadata as per your...