Bael 5911 hf (#16417)
* BAEL-7490 read write file in separate thread * Change the to try resources * Update the code to sync with article * update class name to LiveTest
This commit is contained in:
parent
e3a87148d9
commit
4a787e8342
|
@ -12,7 +12,7 @@ import org.springframework.test.context.jdbc.Sql;
|
||||||
@SpringBootTest
|
@SpringBootTest
|
||||||
@ActiveProfiles("test")
|
@ActiveProfiles("test")
|
||||||
@Sql(scripts = "/testsequence.sql", executionPhase = Sql.ExecutionPhase.BEFORE_TEST_METHOD)
|
@Sql(scripts = "/testsequence.sql", executionPhase = Sql.ExecutionPhase.BEFORE_TEST_METHOD)
|
||||||
public class MyEntityRepositoryIntegrationTest {
|
public class MyEntityRepositoryLiveTest {
|
||||||
@Autowired
|
@Autowired
|
||||||
private MyEntityRepository myEntityRepository;
|
private MyEntityRepository myEntityRepository;
|
||||||
|
|
Loading…
Reference in New Issue