Update to resilience4j 1.5.0.

This commit is contained in:
Jon Chambers
2020-08-14 11:48:45 -04:00
committed by Jon Chambers
parent 5717dc294e
commit 27f721a1f5
8 changed files with 22 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ public class RetryConfiguration {
@JsonProperty
@Min(1)
private int maxAttempts = RetryConfig.DEFAULT_MAX_ATTEMPTS;
private int maxAttempts = 3;
@JsonProperty
@Min(1)