Hi all, I am trying to configure 2 data sources in my project. I wrote this
When I try to execute a query it is giving me the following exception
Later I came to know that the problem is with having multiple data sources. I removed the first data source and the associated sqlSessionFactory. Then I was able to run
test case. If I include both then I am getting this error.
Can anyone please tell me how to fix this?