@Configuration protected static class DataSourceAutoConfiguration.JdbcTemplateConfiguration extends Object
Modifier | Constructor and Description |
---|---|
protected |
JdbcTemplateConfiguration() |
Modifier and Type | Method and Description |
---|---|
JdbcTemplate |
jdbcTemplate() |
NamedParameterJdbcTemplate |
namedParameterJdbcTemplate() |
@Bean @ConditionalOnMissingBean(value=org.springframework.jdbc.core.JdbcOperations.class) public JdbcTemplate jdbcTemplate()
@Bean @ConditionalOnMissingBean(value=org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations.class) public NamedParameterJdbcTemplate namedParameterJdbcTemplate()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.