Skip to content

Commit c66d4bd

Browse files
committed
Added readme file and updated build-all
1 parent 5deb6fb commit c66d4bd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

build-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module6" ]]
8686
then
8787
# ADD NEW MODULES HERE
8888
# (add new modules above the rest so you get quicker feedback if it fails)
89+
build_maven_module "resilience4j/springboot-resilience4j"
8990
build_maven_module "spring-boot/feature-flags"
9091
build maven_module "aws/springcloudses"
9192
build_gradle_module "aws/spring-cloud-caching-redis"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Retry with Resilience4J
2+
3+
Run the SpringbootResilience4jApplication program
4+
5+
## Blog posts
6+
7+
* [Implementing Retry with Spring_Boot_Resilience4j](https://reflectoring.io/retry-with-springboot-resilience4j/)

0 commit comments

Comments
 (0)