From 205b29d3af1dfa8879dcf563d7e7fdc1355f0bc3 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Thu, 11 Apr 2024 19:25:12 +0300 Subject: [PATCH] Update README.md --- spring-boot-modules/spring-caching-3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-modules/spring-caching-3/README.md b/spring-boot-modules/spring-caching-3/README.md index 5429a0bb2f..2e33ad3c6c 100644 --- a/spring-boot-modules/spring-caching-3/README.md +++ b/spring-boot-modules/spring-caching-3/README.md @@ -1,2 +1,3 @@ ## Relevant articles +- [Disable @Cacheable in Spring Boot](https://www.baeldung.com/spring-boot-disable-cacheable-annotation)