From da289ce699060196ad36efc9f2e17889dd0eae21 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Fri, 1 Mar 2024 14:34:52 +0800 Subject: [PATCH] Create README.md --- persistence-modules/spring-data-jpa-annotations-2/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 persistence-modules/spring-data-jpa-annotations-2/README.md diff --git a/persistence-modules/spring-data-jpa-annotations-2/README.md b/persistence-modules/spring-data-jpa-annotations-2/README.md new file mode 100644 index 0000000000..f334f60b68 --- /dev/null +++ b/persistence-modules/spring-data-jpa-annotations-2/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [@DataJpaTest and Repository Class in JUnit](https://www.baeldung.com/junit-datajpatest-repository)