Skip to content

Instantly share code, notes, and snippets.

@acdcjunior
Created May 2, 2019 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acdcjunior/705e1b0e726db33c8976a9b78c955505 to your computer and use it in GitHub Desktop.
Save acdcjunior/705e1b0e726db33c8976a9b78c955505 to your computer and use it in GitHub Desktop.
sourceSets.test.resources.srcDirs = ["src/test/java"]
sourceSets.test.resources.includes = ["**/*.sql"]
sourceSets.test.resources.srcDir 'src/test/resources'
@Sql
@Sql(statements = "DELETE FROM CLIENTE WHERE SENHA = '7777'", executionPhase = Sql.ExecutionPhase.AFTER_TEST_METHOD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment