Usage of Spring's AbstractRoutingDataSource with nested calls to different data sources
In this tutorial I want to show what is the problem when using Spring’s AbstractRoutingDataSource
with nested calls to different data sources.
Whole content with source-code could be found here https://github.com/bedla/spring-routing-datasource.