Commit 8eb68863 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix code formating

parent e6a5895c
...@@ -46,8 +46,8 @@ import org.springframework.transaction.annotation.Transactional; ...@@ -46,8 +46,8 @@ import org.springframework.transaction.annotation.Transactional;
* Using this annotation will disable full auto-configuration and instead apply only * Using this annotation will disable full auto-configuration and instead apply only
* configuration relevant to jdbc tests. * configuration relevant to jdbc tests.
* <p> * <p>
* By default, tests annotated with {@code @JdbcTest} are transactional and roll back * By default, tests annotated with {@code @JdbcTest} are transactional and roll back at
* at the end of each test. They also use an embedded in-memory database (replacing any * the end of each test. They also use an embedded in-memory database (replacing any
* explicit or usually auto-configured DataSource). The * explicit or usually auto-configured DataSource). The
* {@link AutoConfigureTestDatabase @AutoConfigureTestDatabase} annotation can be used to * {@link AutoConfigureTestDatabase @AutoConfigureTestDatabase} annotation can be used to
* override these settings. * override these settings.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment