From 24c2d1aa43f6f9fa0a3f19660902a2f67f251cfb Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Thu, 11 Apr 2024 19:25:45 +0300 Subject: [PATCH] Update README.md --- spring-scheduling-2/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spring-scheduling-2/README.md b/spring-scheduling-2/README.md index bc1911b396..7965a1c408 100644 --- a/spring-scheduling-2/README.md +++ b/spring-scheduling-2/README.md @@ -1 +1,3 @@ -### Relevant articles: \ No newline at end of file +### Relevant articles: + +- [Disable @EnableScheduling on Spring Tests](https://www.baeldung.com/spring-test-disable-enablescheduling)