From 9e1cc22a2afabda67e7e78c7a932de3aef0371cf Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:32:55 +0800 Subject: [PATCH] Update README.md --- persistence-modules/spring-boot-persistence-4/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence-modules/spring-boot-persistence-4/README.md b/persistence-modules/spring-boot-persistence-4/README.md index 6ddc1621e0..628538bca0 100644 --- a/persistence-modules/spring-boot-persistence-4/README.md +++ b/persistence-modules/spring-boot-persistence-4/README.md @@ -5,3 +5,4 @@ - [Get All Results at Once in a Spring Boot Paged Query Method](https://www.baeldung.com/spring-boot-paged-query-all-results) - [Calling Custom Database Functions With JPA and Spring Boot](https://www.baeldung.com/spring-data-jpa-custom-database-functions) - [Spring Data JPA Repository for Database View](https://www.baeldung.com/spring-data-jpa-repository-view) +- [Can @Transactional and @Async Work Together?](https://www.baeldung.com/spring-transactional-async-annotation)