Last active
May 8, 2020 14:43
-
-
Save yannbriancon/b4b408181612f0ac7d3f33e91b93c999 to your computer and use it in GitHub Desktop.
Test changing interceptor configuration to ERROR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@RunWith(SpringRunner.class) | |
@SpringBootTest("hibernate.query.interceptor.error-level=ERROR") | |
@Transactional | |
class NPlusOneQueriesLoggingTest { | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment