Someone know how to add a another datasource in hibernate configuration and how to configure Spring to that datasource its autoinject in my respective DAO?
I had another way to offer which works only with java classes and annotations.
Check it out at this SO post.
https://stackoverflow.com/a/61232164/5681666