Skip to content

Instantly share code, notes, and snippets.

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 vgallet/cfd2f56c7f67de74bcf50e3355239844 to your computer and use it in GitHub Desktop.
Save vgallet/cfd2f56c7f67de74bcf50e3355239844 to your computer and use it in GitHub Desktop.
@RunWith(SpringRunner.class)
@DataJpaTest(includeFilters = @ComponentScan.Filter(Service.class))
@TestPropertySource(locations="classpath:application-test.properties")
@AutoConfigureTestDatabase(replace = AutoConfigureTestDatabase.Replace.NONE)
public class ClinicServiceTests {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment