4.3.4.13. startDb
startDb
– the task of the CubaHsqlStart
type which starts the local HSQLDB server. Parameters:
-
dbName
– database name, default iscubadb
. -
dbDataDir
– database directory, default is thedeploy/hsqldb
subfolder of the project. -
dbPort
– server port, default is 9001.
For example:
task startDb(type: CubaHsqlStart) {
dbName = 'sales'
}