README changes

This commit is contained in:
sampadawagde 2022-01-15 12:28:43 +05:30
parent 696cc9b6ea
commit ce4a4ae490
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: