Uses of Class
org.springframework.boot.jdbc.DataSourceBuilder
Package
Description
Auto-configuration for JDBC.
Support for Java Database Connectivity (JDBC).
-
Uses of DataSourceBuilder in org.springframework.boot.autoconfigure.jdbc
Modifier and TypeMethodDescriptionDataSourceProperties.initializeDataSourceBuilder()
Initialize aDataSourceBuilder
with the state of this instance. -
Uses of DataSourceBuilder in org.springframework.boot.jdbc
Modifier and TypeMethodDescriptionstatic DataSourceBuilder<?>
DataSourceBuilder.create()
Create a newDataSourceBuilder
instance.static DataSourceBuilder<?>
DataSourceBuilder.create
(ClassLoader classLoader) Create a newDataSourceBuilder
instance.static DataSourceBuilder<?>
DataSourceBuilder.derivedFrom
(DataSource dataSource) Create a newDataSourceBuilder
instance 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 theDataSource
type 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.