https://github.com/umaxcode/microservice-with-springboot-v1
https://github.com/umaxcode/microservice-with-springboot-v1
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/umaxcode/microservice-with-springboot-v1
- Owner: UmaxCode
- Created: 2024-10-05T17:54:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T15:54:15.000Z (over 1 year ago)
- Last Synced: 2025-04-05T13:43:32.751Z (11 months ago)
- Language: Java
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)