staticConfigurationProviders
abstract fun staticConfigurationProviders(action: Action<StaticConfigurationProviderCollectionConfigurator>)
Configures what is configured by action as static configuration providers.
The registered actions are executed in the order that they are registered to construct the static configuration provider collection.
Example
ivi {
application {
staticConfigurationProviders {
...
}
}
}
Content copied to clipboard