From ce4a4ae4908b460a45c891aee718be778d308a1f Mon Sep 17 00:00:00 2001 From: sampadawagde Date: Sat, 15 Jan 2022 12:28:43 +0530 Subject: [PATCH] README changes --- persistence-modules/spring-data-jpa-crud-2/README.md | 2 +- persistence-modules/spring-data-jpa-crud/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/persistence-modules/spring-data-jpa-crud-2/README.md b/persistence-modules/spring-data-jpa-crud-2/README.md index 007ef42c4e..c912e1d5aa 100644 --- a/persistence-modules/spring-data-jpa-crud-2/README.md +++ b/persistence-modules/spring-data-jpa-crud-2/README.md @@ -4,7 +4,7 @@ This module contains articles about CRUD operations in Spring Data JPA ### Relevant Articles: - [Generate Database Schema with Spring Data JPA](https://www.baeldung.com/spring-data-jpa-generate-db-schema) -- More articles: [[<--prev]](/spring-data-jpa-crud) +- More articles: [[<--prev]](/persistence-modules/spring-data-jpa-crud) ### Eclipse Config After importing the project into Eclipse, you may see the following error: diff --git a/persistence-modules/spring-data-jpa-crud/README.md b/persistence-modules/spring-data-jpa-crud/README.md index 865cc51733..145153b953 100644 --- a/persistence-modules/spring-data-jpa-crud/README.md +++ b/persistence-modules/spring-data-jpa-crud/README.md @@ -10,7 +10,7 @@ This module contains articles about CRUD operations in Spring Data JPA - [Batch Insert/Update with Hibernate/JPA](https://www.baeldung.com/jpa-hibernate-batch-insert-update) - [Difference Between save() and saveAndFlush() in Spring Data JPA](https://www.baeldung.com/spring-data-jpa-save-saveandflush) - [How to Implement a Soft Delete with Spring JPA](https://www.baeldung.com/spring-jpa-soft-delete) -- More articles: [[next-->]](/spring-data-jpa-crud-2) +- More articles: [[next-->]](/persistence-modules/spring-data-jpa-crud-2) ### Eclipse Config After importing the project into Eclipse, you may see the following error: