timlien / spring-cloud

Spring cloud implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-cloud

This is a simple project to demonstrate how to use Spring Cloud to build a microservices architecture.

Prerequisites

  • Java 17
  • Gradle
  • Docker-Compose

Running the project

To run the project, you need to start the services using Docker-Compose. To do that, run the following command:

cd docker-compose/dev
docker-compose up

This will start the following services:

About

Spring cloud implementation


Languages

Language:Java 100.0%