Commit 4e83826b authored by Phillip Webb's avatar Phillip Webb Committed by Phillip Webb

Polish

parent 82ed7a67
......@@ -93,7 +93,7 @@ public class DataSourceAutoConfiguration {
@Bean
@ConditionalOnMissingBean(JdbcOperations.class)
public JdbcOperations jdbcTemplate() {
public JdbcTemplate jdbcTemplate() {
return new JdbcTemplate(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