spring-boot-microservices
spring-boot-microservices copied to clipboard
This repository contains the latest source code of th spring-boot-microservices tutorial
trafficstars
Spring Boot Microservices
This repository contains the latest source code of the spring-boot-microservices tutorial
You can watch the tutorial on Youtube here - https://www.youtube.com/watch?v=mPPhcU7oWDU&t=20634s
How to run the application using Docker
- Run
mvn clean package -DskipTeststo build the applications and create the docker image locally. - Run
docker-compose up -dto start the applications.
How to run the application without Docker
- Run
mvn clean verify -DskipTestsby going inside each folder to build the applications. - After that run
mvn spring-boot:runby going inside each folder to start the applications.