質問編集履歴
1
補足追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
### 実現したいこと
|
2
|
-
spring bootのspring retryを使い指定のExceptionが発生した場合、(maxAttemptsに)指定した回数リトライする。添付ソースは4回リトライしたいです。
|
2
|
+
spring bootのspring retryを使い指定のException(添付ソースはRuntimeException)が発生した場合、(maxAttemptsに)指定した回数リトライする。添付ソースは4回リトライしたいです。
|
3
3
|
|
4
4
|
### 発生している問題・分からないこと
|
5
5
|
http://localhost:8080/hello
|