An open API service indexing awesome lists of open source software.

https://github.com/umaxcode/microservice-with-springboot-v1


https://github.com/umaxcode/microservice-with-springboot-v1

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Spring Boot Microservices Architecture

This project demonstrates a microservice architecture implemented using Spring Boot. It includes several services such as a cloud gateway, a configuration service (fetching configurations from GitHub), a service registry, and services for managing departments and users.

## Table of Contents

- [Project Structure](#project-structure)
- [Technologies Used](#technologies-used)
- [Services](#services)
- [Cloud Gateway](#cloud-gateway)
- [Config Service](#config-service)
- [Service Registry](#service-registry)
- [Department Service](#department-service)
- [User Service](#user-service)
- [Running the Application](#running-the-application)
- [Prerequisites](#prerequisites)
- [Docker Compose Setup](#docker-compose-setup)
- [Starting the Application](#starting-the-application)
- [API Documentation](#api-documentation)
- [License](#license)