https://github.com/vikasutf8/microservice-java-advance
java microservice spring boot project with Junit testing , circuit brakers resilience4j, elastic search, keylock
https://github.com/vikasutf8/microservice-java-advance
Last synced: about 1 month ago
JSON representation
java microservice spring boot project with Junit testing , circuit brakers resilience4j, elastic search, keylock
- Host: GitHub
- URL: https://github.com/vikasutf8/microservice-java-advance
- Owner: vikasutf8
- Created: 2025-12-21T08:32:57.000Z (6 months ago)
- Default Branch: microservice-development
- Last Pushed: 2025-12-22T09:21:18.000Z (6 months ago)
- Last Synced: 2025-12-23T15:31:56.688Z (6 months ago)
- Language: Java
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Java SpringBoot MircoService
## Shopping Application
- Service Discovery
- centralized configuration
- distributed tracing
- event driven arch
- centralized Logging
- circuit breaker
- secure microservices using keyclock/Oauth2.0
### Microservice :Sync vs Async
- Product Service : CURD product & acts as catelog products
- Order service : can order Products
- Inventory Service : Check Product stocks
- Notification Service
### Technology
#### TestContainer - JUnit based