Updating several data sources in a single transaction
Using Spring Boot, I need to read and update data from 2 different data sources. For this I have configured my application based on https://www.baeldung.com/spring-boot-configure-multiple-datasources and https://www.baeldung.com/spring-data-jpa-modifying-annotation
Spring boot JPA: updating several datasources in single transaction
Using Spring Boot, I need to read and update data from 2 different datasources.
For this I have configured my application based on https://www.baeldung.com/spring-boot-configure-multiple-datasources and https://www.baeldung.com/spring-data-jpa-modifying-annotation