• Stephane Nicoll's avatar
    Improve DataJpaTest documentation · 50e0bb2d
    Stephane Nicoll authored
    As `@DataJpaTest` is meta-annotated with `@Transactional`, all data jpa
    tests are transactional and rollback at the end of each test. It is
    possible to tune that in many ways, including disabling the transaction
    per test or per test class.
    
    This commit improves the doc to explain those concepts.
    
    Closes gh-5993
    50e0bb2d
spring-boot-features.adoc 199 KB