类 DataSourceProperties

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware

    @ConfigurationProperties(prefix="spring.datasource")
    public class DataSourceProperties
    extends Object
    implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.EnvironmentAware, org.springframework.beans.factory.InitializingBean
    Base class for configuration of a data source.
    从以下版本开始:
    1.1.0