spring-boot/spring-boot-docs
Stephane Nicoll 52d7282f5e Auto-configure JdbcTemplate with DataJpaTest
This commit adds `JdbcTemplateAutoConfiguration` to the list of auto-
configurations that are applied with `DataJpaTest`. This effectively
allows to inject a `JdbcTemplate` in any `@DataJpaTest` test.

Closes gh-6802
2016-09-02 09:38:07 +02:00
..
src Auto-configure JdbcTemplate with DataJpaTest 2016-09-02 09:38:07 +02:00
pom.xml Update SpringApplicationBuilder example in the docs and test it 2016-08-16 13:14:56 +01:00