spring-framework / org.springframework.jdbc.datasource.embedded / EmbeddedDatabaseConfigurer / shutdown
shutdown
abstract fun shutdown(dataSource: DataSource, databaseName: String): Unit
Shut down the embedded database instance that backs the supplied DataSource.
Parameters
dataSource - the data source
databaseName - the name of the database being shut down