Skip to content

mayel15/spring-archi-microservices-template

Repository files navigation

🩻 Spring Archi Microservices Template

forthebadge

👨🏾‍💻 Pape THIAM @mayel15

🧰 Stack

java springboot postman postgresql docker

➕ More

  • Cloud Config
  • Eureka Server
  • APi Gateway

📄 Description of the projet

This is an opinionated boilerplate (template or skeleton, whatever you want) for SpringBoot architecture oriented microservices. This repository serves as a template to simplify the creation of new repositories from it.

⚙️ Clean, Compile, Package

  • In the project, a .jar file will be generate for each microservices for the builds of docker images

  • In case of sources files changements, compile and package the concerned microservice project with maven in order to get the .jar file for building new docker image

  • Highly recommended to do it for each microservice

🚀 Run

  • Clone the projet
git clone https://github.com/mayel15/spring-archi-microservices-template.git
  • Run the microservices with docker at the root of the project
cd spring-archi-microservices-template
docker-compose up -d
  • Wait until the complete launch of all the microservices present in the docker-compose

  • Eureka server will run in localhost at the port 9102

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published