Module config

Module config 

Source
Expand description

Framework configuration is based on injecting an WebConfigProvider, which can later be used to retrieve WebConfig.

By default, the config is created with opinionated default values, which can then be overwritten by values from springtime.json file under the web key.

Structs§

ServerConfig
Server configuration.
WebConfig
Framework configuration which can be provided by an WebConfigProvider.

Constants§

DEFAULT_SERVER_NAME
Name of the default server present in the default WebConfig.

Traits§

WebConfigProvider
Provider for WebConfig. The primary instance of the provider will be used to retrieve web configuration.