Uses of Class
org.springframework.boot.jdbc.DataSourceBuilder
Packages that use DataSourceBuilder
Package
Description
Auto-configuration for JDBC.
Support for Java Database Connectivity (JDBC).
-
Uses of DataSourceBuilder in org.springframework.boot.autoconfigure.jdbc
Methods in org.springframework.boot.autoconfigure.jdbc that return DataSourceBuilderModifier and TypeMethodDescriptionDataSourceProperties.initializeDataSourceBuilder()Initialize aDataSourceBuilderwith the state of this instance. -
Uses of DataSourceBuilder in org.springframework.boot.jdbc
Methods in org.springframework.boot.jdbc that return DataSourceBuilderModifier and TypeMethodDescriptionstatic DataSourceBuilder<?>DataSourceBuilder.create()Create a newDataSourceBuilderinstance.static DataSourceBuilder<?>DataSourceBuilder.create(ClassLoader classLoader) Create a newDataSourceBuilderinstance.static DataSourceBuilder<?>DataSourceBuilder.derivedFrom(DataSource dataSource) Create a newDataSourceBuilderinstance derived from the specified data source.DataSourceBuilder.driverClassName(String driverClassName) Set the driver class name that should be used when building the datasource.Set the password that should be used when building the datasource.<D extends DataSource>
DataSourceBuilder<D>Set theDataSourcetype that should be built.Set the URL that should be used when building the datasource.Set the username that should be used when building the datasource.