Closes gh-14597
This commit is contained in:
Johnny Lim
2018-09-25 15:56:37 +09:00
committed by Stephane Nicoll
parent c403ac9db6
commit 698bbd6a9e
6 changed files with 10 additions and 11 deletions

View File

@@ -7163,7 +7163,7 @@ If you prefer your test to run against a real database, you can use the
==== Auto-configured Data JDBC Tests
`@DataJdbcTest` is similar to `@JdbcTest` but is for tests that use Spring Data JDBC
repositories. By default, it configures an in-memory embedded database, a `JdbcTemplate`,
and Spring Data JDBD repositories. Regular `@Component` beans are not loaded into
and Spring Data JDBC repositories. Regular `@Component` beans are not loaded into
the `ApplicationContext`.
TIP: A list of the auto-configurations that are enabled by `@DataJdbcTest` can be