How to Configure Multiple Data Sources, Entity Managers, Transaction Managers in Spring Boot

Earlier, we have explored various approaches for Joining Unrelated Entities and Mapping the Result to POJO with Spring Data JPA and Hibernate. In this article, we are gonna configure multiple databases,…

Continue ReadingHow to Configure Multiple Data Sources, Entity Managers, Transaction Managers in Spring Boot

Integrate Razorpay Payment Gateway with Angular and Spring Boot Application in 14 Simple Steps

In the previous article, we have deployed our Spring Boot & Angular application on Digital Ocean Kubernetes. In this article, we are gonna integrate the Razorpay payment gateway into that application. Disclosure: Please…

Continue ReadingIntegrate Razorpay Payment Gateway with Angular and Spring Boot Application in 14 Simple Steps

Join Unrelated Entities and Map the Result to POJO with Spring Data JPA and Hibernate

Introduction In the previous article, we have seen how to call a stored procedure and map the native query result to POJO with Hibernate In this article, we're going to…

Continue ReadingJoin Unrelated Entities and Map the Result to POJO with Spring Data JPA and Hibernate