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: