Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
*