Bael 7420 hotfix (#16348)

* BAEL-7490 read write file in separate thread

* Change the to try resources

* Update the code to sync with article

* Rename

* update class name
This commit is contained in:
Wynn Teo 2024-04-11 08:10:48 +08:00 committed by GitHub
parent c8bb1e301f
commit 661238c1b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ import com.fasterxml.jackson.databind.ObjectMapper;
@SpringBootTest
@ActiveProfiles("test")
@Sql(scripts = "/testdata.sql", executionPhase = Sql.ExecutionPhase.BEFORE_TEST_METHOD)
public class ProductRepositoryIntegrationTest {
public class ProductRepositoryLiveTest {
@Autowired
private ProductRepository productRepository;