cleaned up spring-data-jpa-3

This commit is contained in:
fanatixan
2019-09-15 14:31:56 +02:00
parent 2a35211462
commit 19bfffc480

View File

@@ -25,7 +25,7 @@ import static org.assertj.core.api.Assertions.assertThat;
public class UserRepositoryTCAutoLiveTest extends UserRepositoryCommon {
@ClassRule
public static PostgreSQLContainer postgreSQLContainer = BaeldungPostgresqlContainer.getInstance();
public static PostgreSQLContainer<BaeldungPostgresqlContainer> postgreSQLContainer = BaeldungPostgresqlContainer.getInstance();
@Test
@Transactional