类 EmbeddedDataSourceConfiguration

java.lang.Object
org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
所有已实现的接口:
Aware, BeanClassLoaderAware

@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(DataSourceProperties.class) public class EmbeddedDataSourceConfiguration extends Object implements BeanClassLoaderAware
Configuration for embedded data sources.
从以下版本开始:
1.0.0
作者:
Phillip Webb, Stephane Nicoll
另请参阅: