Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 729 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 729 Bytes

Spring Boot Microservices

This is the test application with Microservices Architecture using :

  • Java
  • Spring Boot
  • Spring Cloud (Discovery Sever, Api Gateway, Circuit Breaker,)
  • Maven
  • MySQL, PostgreSQL
  • MongoDB
  • Keycloak
  • Apache Kafka
  • Sleuth and Zipkin
  • Prometheus and Grafana

How to run the application using Docker

  1. Run mvn clean package -DskipTests to build the applications and create the docker image locally.
  2. Run docker-compose up -d to start the applications.

How to run the application without Docker

  1. Run mvn clean verify -DskipTests by going inside each folder to build the applications.
  2. After that run mvn spring-boot:run by going inside each folder to start the applications.