Class EmbeddedDataSourceConfiguration
java.lang.Object
org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
- All Implemented Interfaces:
- Aware,- BeanClassLoaderAware
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties(DataSourceProperties.class)
public class EmbeddedDataSourceConfiguration
extends Object
implements BeanClassLoaderAware
Configuration for embedded data sources.
- Since:
- 1.0.0
- Author:
- Phillip Webb, Stephane Nicoll
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondataSource(DataSourceProperties properties) voidsetBeanClassLoader(ClassLoader classLoader) 
- 
Constructor Details- 
EmbeddedDataSourceConfigurationpublic EmbeddedDataSourceConfiguration()
 
- 
- 
Method Details- 
setBeanClassLoader- Specified by:
- setBeanClassLoaderin interface- BeanClassLoaderAware
 
- 
dataSource
 
-