Class DataSourceBuilder<T extends DataSource>

  • Type Parameters:
    T - type of DataSource produced by the builder

    public final class DataSourceBuilder<T extends DataSource>
    extends Object
    Convenience class for building a DataSource with common implementations and properties. If HikariCP, Tomcat or Commons DBCP are on the classpath one of them will be selected (in that order with Hikari first). In the interest of a uniform interface, and so that there can be a fallback to an embedded database if one can be detected on the classpath, only a small set of common configuration properties are supported. To inject additional properties into the result you can downcast it, or use @ConfigurationProperties.
    Since:
    2.0.0