程序包 org.springframework.boot.sql.init
package org.springframework.boot.sql.init
Support for initialization of an SQL database.
-
类说明Base class for an
InitializingBean
that performs SQL database initialization using schema (DDL) and data (DML) scripts.Scripts to be used to initialize the database.Supported database initialization modes.Settings for initializing an SQL database.