@SpringBootTest : runs test with Spring Container @Transactional : If the test file has this annotation, it runs transaction before the test starts and rollbacks after the test finishes. This makes no datas left in DB.
@SpringBootTest
@Transactional