object ApplicationHooks
Holds some application hooks for the SpringApplication
lateinit var creationState: CreationState |
fun addDatabaseIfNotExists(application: SpringApplication, parent: File, yamlFilename: String): Unit
Creates a new database if not exists |
|
fun SpringApplication.addDbIfNotExists(parent: File, yamlFilename: String): Unit
Extension method for the SpringApplication to add a new database if not exists |