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§
- Server
Config - 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§
- WebConfig
Provider - Provider for WebConfig. The primary instance of the provider will be used to retrieve web configuration.