Fix code formating

This commit is contained in:
Stephane Nicoll 2019-07-19 11:29:12 +02:00
parent e6a5895c05
commit 8eb6886388
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ import org.springframework.transaction.annotation.Transactional;
* Using this annotation will disable full auto-configuration and instead apply only
* configuration relevant to jdbc tests.
* <p>
* By default, tests annotated with {@code @JdbcTest} are transactional and roll back
* at the end of each test. They also use an embedded in-memory database (replacing any
* By default, tests annotated with {@code @JdbcTest} are transactional and roll back at
* the end of each test. They also use an embedded in-memory database (replacing any
* explicit or usually auto-configured DataSource). The
* {@link AutoConfigureTestDatabase @AutoConfigureTestDatabase} annotation can be used to
* override these settings.