Skip to content

Suppress Generation of Controller / Decorator for specific endpoints #263

@chrisjamesconnor

Description

@chrisjamesconnor

Hi currently use our RAML for two purposes. 1 to generate API model for our spring boot apps and 2. To provide “contract validation” in a mulesoft gateway (ensure that all incoming requests match raml before being passed to our API).

We would like to expose “standard” spring endpoints (metrics / health) and as such add them to our RAML but not autogen controllers / decorators for these. This would allow the downstream gateway to forward to them and let spring boot do the rest.

Is there a way to suppress autogeneration for specific end points?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementv2Feature will be implemented in v2.0 only (master branch)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions