spring-boot/spring-boot-docs
Stephane Nicoll 50e0bb2d9c Improve DataJpaTest documentation
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
2016-05-25 11:28:16 +02:00
..
src/main Improve DataJpaTest documentation 2016-05-25 11:28:16 +02:00
pom.xml Restore spring-boot-starter-ws 2016-04-16 08:30:56 -07:00