Java org.springframework.boot.autoconfigure.jdbc DataSourceProperties fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.autoconfigure.jdbc DataSourceProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.autoconfigure.jdbc DataSourceProperties.

The text is from its open source code.

Method

StringgetDriverClassName()
Return the configured driver or null if none was configured.
StringgetPassword()
Return the configured password or null if none was configured.
StringgetUrl()
Return the configured url or null if none was configured.
StringgetUsername()
Return the configured username or null if none was configured.
DataSourceBuilderinitializeDataSourceBuilder()
Initialize a DataSourceBuilder with the state of this instance.