io.helidon.webserver.servicecommon.RestServiceSettings
Description
Common settings across REST services
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
routing | String | Sets the routing name to use for setting up the service's endpoint | |
web-context | String | Sets the web context to use for the service's endpoint | |
cors | Map<String, CrossOriginConfig> | Sets the cross-origin config builder for use in establishing CORS support for the service endpoints | |
enabled | Boolean | true | Is this service enabled or not |
See the manifest for all available types.