spring-framework / org.springframework.jdbc.datasource.embedded / EmbeddedDatabaseConfigurer / configureConnectionProperties

configureConnectionProperties

abstract fun configureConnectionProperties(properties: ConnectionProperties, databaseName: String): Unit

Configure the properties required to create and connect to the embedded database instance.

Parameters

properties - connection properties to configure

databaseName - the name of the embedded database