@Configuration @PropertySource(value="classpath:itest-db.properties") public class DatasourceConfiguration extends Object
| Constructor and Description |
|---|
DatasourceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.context.support.PropertySourcesPlaceholderConfigurer |
propertyPlaceholderConfigurer() |
org.springframework.jdbc.datasource.SingleConnectionDataSource |
singleConnectionDataSource() |
@Bean(name="dataSource") public org.springframework.jdbc.datasource.SingleConnectionDataSource singleConnectionDataSource()
@Bean public static org.springframework.context.support.PropertySourcesPlaceholderConfigurer propertyPlaceholderConfigurer()
Copyright © 2014 Tranquilized Quality. All rights reserved.