Commit 680ac85a authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

See gh-16714
parent d0ca0b20
...@@ -7195,10 +7195,10 @@ full end-to-end tests with an actual server>>. ...@@ -7195,10 +7195,10 @@ full end-to-end tests with an actual server>>.
[[boot-features-testing-spring-boot-applications-testing-autoconfigured-jpa-test]] [[boot-features-testing-spring-boot-applications-testing-autoconfigured-jpa-test]]
==== Auto-configured Data JPA Tests ==== Auto-configured Data JPA Tests
You can use the `@DataJpaTest` annotation to test JPA applications. By default, it You can use the `@DataJpaTest` annotation to test JPA applications. By default, it scans
configures an in-memory embedded database, scans for `@Entity` classes, and configures for `@Entity` classes and configures Spring Data JPA repositories. If an embedded database
Spring Data JPA repositories. Regular `@Component` beans are not loaded into the is available on the classpath, it configures one as well. Regular `@Component` beans are
`ApplicationContext`. not loaded into the `ApplicationContext`.
TIP: A list of the auto-configuration settings that are enabled by `@DataJpaTest` can be TIP: A list of the auto-configuration settings that are enabled by `@DataJpaTest` can be
<<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>. <<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>.
......
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