Overriding Spring datasource properties for integrationTest with testcontainer DB credentials in SpringBoot application
I have setup a gradle Spring boot application where I am trying to execute the build process using a testcontainer.
I have setup a gradle Spring boot application where I am trying to execute the build process using a testcontainer.