You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jdbc/JdbcTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@
46
46
* Using this annotation will disable full auto-configuration and instead apply only
47
47
* configuration relevant to jdbc tests.
48
48
* <p>
49
-
* By default, tests annotated with {@code @JdbcTest} are transactional and roll back
50
-
* at the end of each test. They also use an embedded in-memory database (replacing any
49
+
* By default, tests annotated with {@code @JdbcTest} are transactional and roll back at
50
+
* the end of each test. They also use an embedded in-memory database (replacing any
51
51
* explicit or usually auto-configured DataSource). The
52
52
* {@link AutoConfigureTestDatabase @AutoConfigureTestDatabase} annotation can be used to
0 commit comments