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:
parent
c8bb1e301f
commit
661238c1b2
@ -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;
|
Loading…
x
Reference in New Issue
Block a user