Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashutoshsahoo/gs-spring-boot-circuitbreaker-resilience4j
Spring Boot 3 with Resilience4j
https://github.com/ashutoshsahoo/gs-spring-boot-circuitbreaker-resilience4j
jdk21 owasp-dependencycheck resilience4j resilience4j-circuitbreaker spring-actuator spring-boot-3 springdoc-openapi swagger swagger-ui
Last synced: 18 days ago
JSON representation
Spring Boot 3 with Resilience4j
- Host: GitHub
- URL: https://github.com/ashutoshsahoo/gs-spring-boot-circuitbreaker-resilience4j
- Owner: ashutoshsahoo
- Created: 2023-12-17T18:59:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T17:51:19.000Z (6 months ago)
- Last Synced: 2024-11-25T23:36:23.526Z (3 months ago)
- Topics: jdk21, owasp-dependencycheck, resilience4j, resilience4j-circuitbreaker, spring-actuator, spring-boot-3, springdoc-openapi, swagger, swagger-ui
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gs-spring-boot-circuitbreaker-resilience4j
## Run application
```shell
gradle clean bootRun```
Open [Swagger-UI](http://localhost:8080/swagger-ui/index.html) and verify the application status.
## Reference
* [Resilience4j Documentation](https://resilience4j.readme.io/docs/getting-started)
* [Getting started with resilience4j-spring-boot3](https://resilience4j.readme.io/docs/getting-started-3)
*