Connection Closed when Testing Repository using Testcontainers with JDBC Template
I am trying to test the below UserRepositoryImpl class that inserts a User
into a MySql database.
I am trying to test the below UserRepositoryImpl class that inserts a User
into a MySql database.