Updated README.md

added link back to the article: https://www.baeldung.com/jpa-bootstrap-mode
This commit is contained in:
Asjad J 2022-04-13 05:54:09 +05:00 committed by GitHub
parent 396db57d4e
commit a8fca31d66

View File

@ -5,3 +5,4 @@
- [“HttpMessageNotWritableException: No converter found for return value of type”](https://www.baeldung.com/spring-no-converter-found)
- [Creating a Read-Only Repository with Spring Data](https://www.baeldung.com/spring-data-read-only-repository)
- [Using JaVers for Data Model Auditing in Spring Data](https://www.baeldung.com/spring-data-javers-audit)
- [BootstrapMode for JPA Repositories](https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-data-2)