Commit c6890226 authored by Dave Syer's avatar Dave Syer

Change explicit bean type to concrete NamedParameterJdbcTemplate

Fixes gh-447
parent 9453a632
......@@ -177,7 +177,7 @@ public class DataSourceAutoConfiguration implements EnvironmentAware {
@Bean
@ConditionalOnMissingBean(NamedParameterJdbcOperations.class)
public NamedParameterJdbcOperations namedParameterJdbcTemplate() {
public NamedParameterJdbcTemplate namedParameterJdbcTemplate() {
return new NamedParameterJdbcTemplate(this.dataSource);
}
......
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