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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondataSource(DataSourceProperties properties) voidsetBeanClassLoader(ClassLoader classLoader)  
- 
Constructor Details
- 
EmbeddedDataSourceConfiguration
public EmbeddedDataSourceConfiguration() 
 - 
 - 
Method Details
- 
setBeanClassLoader
- Specified by:
 setBeanClassLoaderin interfaceBeanClassLoaderAware
 - 
dataSource
 
 -