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