Spring Boot 1.4 offers some fantastic testing improvements. One is the @DataJpaTest
annotation where it wires up just the parts needed for JPA testing. What would the equivalent look like for just wiring up the parts needed for JdbcTemplate
tests?
I'm fine constructing my own composite annotation that mimics the @DataJpaTest
one.
Aucun commentaire:
Enregistrer un commentaire