spring-framework / org.springframework.jdbc.datasource / AbstractDriverBasedDataSource / setUrl

setUrl

open fun setUrl(@Nullable url: String): Unit

Set the JDBC URL to use for connecting through the Driver.

See Also
java.sql.Driver#connect(String, java.util.Properties)