Skip to content

Commit e5ca9df

Browse files
committed
Merge branch '2.1.x'
2 parents cc5df88 + 8eb6886 commit e5ca9df

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jdbc

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/jdbc/JdbcTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
* Using this annotation will disable full auto-configuration and instead apply only
4747
* configuration relevant to jdbc tests.
4848
* <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
5151
* explicit or usually auto-configured DataSource). The
5252
* {@link AutoConfigureTestDatabase @AutoConfigureTestDatabase} annotation can be used to
5353
* override these settings.

0 commit comments

Comments
 (0)