Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffgbutler/microservice-workshop-java
https://github.com/jeffgbutler/microservice-workshop-java
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeffgbutler/microservice-workshop-java
- Owner: jeffgbutler
- License: mit
- Created: 2019-01-04T02:32:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T13:59:33.000Z (6 months ago)
- Last Synced: 2024-04-25T19:16:38.433Z (6 months ago)
- Language: Java
- Homepage: https://jeffgbutler.github.io/microservice-workshop-java/
- Size: 3.37 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Microservice Workshop
This repo has source code and exercises for a microservice workshop for Java and Spring developers. Major topics covered include:
1. Building Spring Boot web services
1. Using Open Feign to create web service clients
1. Using Eureka for service discovery and Ribbon for client side load balancing
1. Using Hystrix for web service circuit breakersPlease see https://jeffgbutler.github.io/microservice-workshop-java/ for detailed instructions.