|
|
|
@ -109,7 +109,6 @@ import org.springframework.test.jdbc.JdbcTestUtils; |
|
|
|
* @author Paul Jones |
|
|
|
* @author Paul Jones |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@IntegrationTest |
|
|
|
@IntegrationTest |
|
|
|
@EnabledOnDatabase(DatabaseType.MARIADB) |
|
|
|
|
|
|
|
public class JdbcRepositoryIntegrationTests { |
|
|
|
public class JdbcRepositoryIntegrationTests { |
|
|
|
|
|
|
|
|
|
|
|
@Autowired NamedParameterJdbcTemplate template; |
|
|
|
@Autowired NamedParameterJdbcTemplate template; |
|
|
|
|