https://github.com/andresp08/springboot-microservices-app
API Gateway, Config Server, Discovery Server, and microservices architecture
https://github.com/andresp08/springboot-microservices-app
config-server discovery-server eureka microservices open-feign postgresql rest-api spring-boot spring-cloud spring-cloud-gateway spring-cloud-netflix
Last synced: 7 months ago
JSON representation
API Gateway, Config Server, Discovery Server, and microservices architecture
- Host: GitHub
- URL: https://github.com/andresp08/springboot-microservices-app
- Owner: Andresp08
- Created: 2023-09-09T15:37:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T21:30:08.000Z (about 2 years ago)
- Last Synced: 2025-01-11T01:44:34.662Z (9 months ago)
- Topics: config-server, discovery-server, eureka, microservices, open-feign, postgresql, rest-api, spring-boot, spring-cloud, spring-cloud-gateway, spring-cloud-netflix
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Springboot Microservices App
This repository contains a demo project showcasing a microservices-based application, designed to provide a hands-on understanding of microservices architecture and implementation. The project consists of an API Gateway, Config Server, Discovery Server, and two microservices: Student and School.
* **API Gateway**
* **Discovery Server**
* **Student Microservice**
* **School Microservice**
* **Inter-Service Communication**
* **OpenFeign**
* **Distributed Tracing**
* **Using Zipkin**
* **PostgreSQL**
* **Spring Cloud Netflix**