クラス EmbeddedDataSourceConfiguration

java.lang.ObjectSE
org.springframework.boot.autoconfigure.jdbc.EmbeddedDataSourceConfiguration
実装済みのインターフェース一覧:
AwareBeanClassLoaderAware

@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(DataSourceProperties.class) public class EmbeddedDataSourceConfiguration extends ObjectSE implements BeanClassLoaderAware
埋め込みデータソースの構成。
導入:
1.0.0
作成者:
Phillip Webb, Stephane Nicoll
関連事項: