Skip to content

io.helidon.webserver.servicecommon.RestServiceSettings

Description

Common settings across REST services

Configuration options

KeyTypeDefaultDescription
routingStringSets the routing name to use for setting up the service's endpoint
web-contextStringSets the web context to use for the service's endpoint
corsMap<String, CrossOriginConfig>Sets the cross-origin config builder for use in establishing CORS support for the service endpoints
enabledBooleantrueIs this service enabled or not

See the manifest for all available types.