Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tnas/dotfood
Dotfood App based on Microservices
https://github.com/tnas/dotfood
angular14 eureka-client eureka-server java17 microservices openfeign resilience4j spring-boot
Last synced: 8 days ago
JSON representation
Dotfood App based on Microservices
- Host: GitHub
- URL: https://github.com/tnas/dotfood
- Owner: tnas
- Created: 2022-11-08T14:55:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T18:01:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T12:35:49.076Z (over 1 year ago)
- Topics: angular14, eureka-client, eureka-server, java17, microservices, openfeign, resilience4j, spring-boot
- Language: Java
- Homepage:
- Size: 6.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfood
Sample application developed following an architecture based on Microservices.### Microservices
The microservices were developed with **Spring Boot**
- Payments
- Orders### Databases
- Both microservices have a **MySQL** database.
- They used **Flyway** for database migration.### Service Registration and Discovery
It was employed **Netflix Eureka Server**### Gateway
It was used **Netflix Eureka Client**### Synchronous Communication
It was used **Open Feign**### Circuit Breaker
It was used **Resilience4j**