Package | Description |
---|---|
ratpack.config |
Provides the ability to access configuration data from a variety of sources, such as YAML, JSON,
properties files, system properties, and environment variables.
|
ratpack.server |
Objects used to start a ratpack application.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigData
Configuration data for the application, potentially built from many sources.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ServerConfig
The configuration of the server.
|