Overriden DataSource Bean connection gets constantly closed
I have a setup where Spring-Boot, meaning Spring-Data in the end, manages all my database connections with the default settings. No problems there. For integration-tests I overrode the DataSource, like this:
Overriden DataSource Bean connection gets constantly closed
I have a setup where Spring-Boot, meaning Spring-Data in the end, manages all my database connections with the default settings. No problems there. For integration-tests I overrode the DataSource, like this: