Polish
Closes gh-14597
This commit is contained in:
committed by
Stephane Nicoll
parent
c403ac9db6
commit
698bbd6a9e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user