We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb32b96 commit 82f6a9aCopy full SHA for 82f6a9a
README.md
@@ -29,7 +29,8 @@ It consists of just an Hibernate SQL inspector service and a Spring Test Listene
29
properties:
30
hibernate.session_factory.statement_inspector: com.lemick.integration.hibernate.HibernateStatementCountInspector
31
32
-- Register the Spring TestListener that will launch the SQL inspection is the annotation is present
+- Register the Spring TestListener that will launch the SQL inspection if the annotation is present
33
+
34
By adding the listener on each of your integration test:
35
36
@SpringBootTest
0 commit comments