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

https://github.com/miguelprogrammer/microservices-course

Studying tecnologys of integration of Java development, builds of microservices, understanding the why use, and why not use monolit applications.
https://github.com/miguelprogrammer/microservices-course

microservices singleton-pattern spring-boot

Last synced: 23 days ago
JSON representation

Studying tecnologys of integration of Java development, builds of microservices, understanding the why use, and why not use monolit applications.

Awesome Lists containing this project

README

          





👨‍🏫 Java microservices with Spring Boot and Spring Cloud

Microservices using Feign, Ribbon, Hystrix, OAuth, JWT, Discovery Server Eureka, API Gateway Zuul, Config Server

### Microservices - With user Postman, applicantion for use cases of request

- [x] hr-worker


Service get worker

we need see a request and result. The datas are on h2 database



Data results databse h2 console
Data result run querys on database h2. The file qith name 'schema.sql' is necessary for create schema on database

- [x] hr-payment


Service payment
we need see a request and result. The datas are mock.

- [ ] hr-user
- [ ] hr-role

# Paused course