https://github.com/jabrena/springboot-webflux-resilience4j
https://github.com/jabrena/springboot-webflux-resilience4j
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabrena/springboot-webflux-resilience4j
- Owner: jabrena
- License: apache-2.0
- Created: 2020-05-11T10:02:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T11:04:55.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T10:47:55.155Z (3 months ago)
- Language: XSLT
- Size: 83 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# springboot-webflux-resilience4j
## Concepts
- Resilience4J Configuration
## How to build the project?
```
mvn clean test#Checkstyle report
mvn clean site
```## Plugins
- https://plugins.jetbrains.com/plugin/1065-checkstyle-idea
## References
- https://spring.io/blog/2019/04/16/introducing-spring-cloud-circuit-breaker
- https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/reactive/function/client/WebClient.html
- https://www.baeldung.com/spring-5-webclient
- https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/client/RestTemplate.html