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
@@ -41,8 +41,8 @@
41
41
/**
42
42
* Annotation for a JDBC test that focuses <strong>only</strong> on JDBC-based components.
43
43
* <p>
44
-
* Using this annotation only enables auto-configuration that is relevant to JDBC
45
-
* tests. Similarly, component scanning is configured to skip regular components and
44
+
* Using this annotation only enables auto-configuration that is relevant to JDBC tests.
45
+
* Similarly, component scanning is configured to skip regular components and
46
46
* configuration properties.
47
47
* <p>
48
48
* By default, tests annotated with {@code @JdbcTest} are transactional and roll back at
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jooq/JooqTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@
41
41
/**
42
42
* Annotation for a jOOQ test that focuses <strong>only</strong> on jOOQ-based components.
43
43
* <p>
44
-
* Using this annotation only enables auto-configuration that is relevant to jOOQ
45
-
* tests. Similarly, component scanning is configured to skip regular components and
44
+
* Using this annotation only enables auto-configuration that is relevant to jOOQ tests.
45
+
* Similarly, component scanning is configured to skip regular components and
46
46
* configuration properties.
47
47
* <p>
48
48
* By default, tests annotated with {@code @JooqTest} use the configured database. If you
0 commit comments