Package org.springframework.boot.autoconfigure.sql.init
package org.springframework.boot.autoconfigure.sql.init
Auto-configuration for basic script-based initialization of an SQL database.
-
ClassDescriptionMarker interface for a script-based database initializer that initializes the application's database.Condition that matches when
spring.sql.init.mode
is set to a value other thanDatabaseInitializationMode.NEVER
.Condition that checks if the database initialization of a particular component should be considered.Configuration properties
for initializing an SQL database.