Closes gh-26190
This commit is contained in:
Stephane Nicoll
2021-04-21 17:20:22 +02:00
6 changed files with 21 additions and 13 deletions

View File

@@ -54,8 +54,8 @@ import org.springframework.transaction.annotation.Transactional;
* override these settings.
* <p>
* SQL queries are logged by default by setting the {@code spring.jpa.show-sql} property
* to {@code true}. This can be disabled using the {@link DataJpaTest#showSql() showSql}
* attribute.
* to {@code true}. This can be disabled by using the {@link DataJpaTest#showSql()
* showSql} attribute.
* <p>
* If you are looking to load your full application configuration, but use an embedded
* database, you should consider {@link SpringBootTest @SpringBootTest} combined with