Commit ade79f7d authored by Andy Wilkinson's avatar Andy Wilkinson

Fix duplicate section ID in the docs

parent 9d46fee6
...@@ -7159,7 +7159,7 @@ If you prefer your test to run against a real database, you can use the ...@@ -7159,7 +7159,7 @@ If you prefer your test to run against a real database, you can use the
[[boot-features-testing-spring-boot-applications-testing-autoconfigured-jdbc-test]] [[boot-features-testing-spring-boot-applications-testing-autoconfigured-data-jdbc-test]]
==== Auto-configured Data JDBC Tests ==== Auto-configured Data JDBC Tests
`@DataJdbcTest` is similar to `@JdbcTest` but is for tests that use Spring Data JDBC `@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`, repositories. By default, it configures an in-memory embedded database, a `JdbcTemplate`,
......
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