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:
Wynn Teo 2024-04-15 10:07:04 +08:00 committed by GitHub
parent e3a87148d9
commit 4a787e8342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;