Skip to content

Commit

Permalink
Reference BaseJpaRepository blog article in the JavaDoc and the proje…
Browse files Browse the repository at this point in the history
…ct README file
  • Loading branch information
vladmihalcea committed Jan 18, 2023
1 parent 061fdb6 commit 82af37d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -279,7 +279,8 @@ For more details, check out [this article](https://vladmihalcea.com/how-to-map-j

##### Spring

* [`HibernateRepository` - The best Spring Data JpaRepository](https://vladmihalcea.com/best-spring-data-jparepository/)
* [The awesome BaseJpaRepository](https://vladmihalcea.com/basejparepository-hypersistence-utils/)
* [The best Spring Data JpaRepository](https://vladmihalcea.com/best-spring-data-jparepository/)
* [The Spring Data `findAll` Anti-Pattern](https://vladmihalcea.com/spring-data-findall-anti-pattern/)
* [The Spring `@Retry` annotation to automaticlaly retry on failure](https://vladmihalcea.com/optimistic-locking-retry-with-jpa/)

Expand Down
Expand Up @@ -13,7 +13,7 @@
* suffers from.
* <p>
* For more details about how to use it, check out <a href=
* "https://vladmihalcea.com/spring-data-base-repository/">this article</a>.
* "https://vladmihalcea.com/basejparepository-hypersistence-utils/">this article</a> on <a href="https://vladmihalcea.com/">vladmihalcea.com</a>.
*
* @author Vlad Mihalcea
* @version 2.21.0
Expand Down
Expand Up @@ -13,7 +13,7 @@
* suffers from.
* <p>
* For more details about how to use it, check out <a href=
* "https://vladmihalcea.com/spring-data-base-repository/">this article</a>.
* "https://vladmihalcea.com/basejparepository-hypersistence-utils/">this article</a> on <a href="https://vladmihalcea.com/">vladmihalcea.com</a>.
*
* @author Vlad Mihalcea
* @version 2.21.0
Expand Down
Expand Up @@ -13,7 +13,7 @@
* suffers from.
* <p>
* For more details about how to use it, check out <a href=
* "https://vladmihalcea.com/spring-data-base-repository/">this article</a>.
* "https://vladmihalcea.com/basejparepository-hypersistence-utils/">this article</a> on <a href="https://vladmihalcea.com/">vladmihalcea.com</a>.
*
* @author Vlad Mihalcea
* @version 2.21.0
Expand Down

0 comments on commit 82af37d

Please sign in to comment.