JAVA-8638: addressing PR review comments.

This commit is contained in:
chaos2418
2021-11-23 19:12:32 +05:30
parent fdeab133a5
commit 952b06b20b
8 changed files with 7 additions and 8 deletions
@@ -1,2 +1,2 @@
spring.jpa.show-sql=true
spring.jpa.show-sql=false
spring.jpa.defer-datasource-initialization=true
@@ -20,7 +20,6 @@ import static org.springframework.data.domain.ExampleMatcher.GenericPropertyMatc
@RunWith(SpringRunner.class)
@SpringBootTest(classes = {Application.class})
@TestPropertySource(properties = {"spring.jpa.show-sql=false"})
public class CarRepositoryIntegrationTest {
@Autowired