https://hellokoding.com/spring-caching-custom-error-handler/
Spring Cache Error Handler
This tutorial will walk you through the steps to implement custom error handler and fail-safe caching in Spring applications By default, SimpleCacheErrorHandler is used and simply throws the exception back to the client. However, in practice, failing to re
hellokoding.com
https://stackoverflow.com/questions/65853418/how-to-handle-redis-exceptions-by-using-spring-cache
How to handle redis exceptions by using Spring Cache?
I am currently working on a project which incorporates both spring data redis and Spring Cache. In spring data redis, I am calling redis by using the redis template. I handle all of the exceptions ...
stackoverflow.com
'spring-boot' 카테고리의 다른 글
| spring boot graceful timeout (0) | 2023.06.19 |
|---|---|
| default TimeZome & Locale 설정 (0) | 2023.06.02 |
| Spring Boot With H2 Database (0) | 2023.02.20 |
| spring-boot AutoConfiguration 원리 및 만들어 보기 (0) | 2023.02.18 |
| spring-boot 3.0 변경 사항 (0) | 2023.01.21 |

