We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c40ab commit 9a2cc8aCopy full SHA for 9a2cc8a
build.gradle
@@ -65,6 +65,7 @@ dependencies {
65
compileOnly 'org.projectlombok:lombok'
66
annotationProcessor 'org.projectlombok:lombok'
67
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0'
68
+ implementation("org.springframework.retry:spring-retry")
69
70
// Monitoring
71
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator', version: '3.3.3'
0 commit comments