properties

open fun properties(defaultProperties: Array<String>): SpringApplicationBuilder

Default properties for the environment in the form key=value or key:value. Multiple calls to this method are cumulative and will not clear any previously set properties.

Return

the current builder

Parameters

defaultProperties

the properties to set.

See also


open fun properties(defaultProperties: Properties): SpringApplicationBuilder

Default properties for the environment.Multiple calls to this method are cumulative and will not clear any previously set properties.

Return

the current builder

Parameters

defaultProperties

the properties to set.

See also


Default properties for the environment. Multiple calls to this method are cumulative and will not clear any previously set properties.

Return

the current builder

Parameters

defaults

the default properties

See also