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.
- Host: GitHub
- URL: https://github.com/miguelprogrammer/microservices-course
- Owner: MiguelProgrammer
- Created: 2022-05-06T17:56:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-10T16:45:03.000Z (about 4 years ago)
- Last Synced: 2025-01-20T23:46:37.182Z (over 1 year ago)
- Topics: microservices, singleton-pattern, spring-boot
- Language: Java
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
we need see a request and result. The datas are on h2 database
Data result run querys on database h2. The file qith name 'schema.sql' is necessary for create schema on database
- [x] hr-payment
we need see a request and result. The datas are mock.
- [ ] hr-user
- [ ] hr-role
# Paused course