Skip to content

Instantly share code, notes, and snippets.

@netodevel
Created December 30, 2016 19:20
Show Gist options
  • Save netodevel/6ce0ba998df49126de0b1abbac6be00a to your computer and use it in GitHub Desktop.
Save netodevel/6ce0ba998df49126de0b1abbac6be00a to your computer and use it in GitHub Desktop.
@Autowired
private JdbcTemplate jdbcTemplate;
@After
public void tearDown() {
JdbcTestUtils.deleteFromTables(jdbcTemplate, "salarios_minimos");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment