Skip to content

Generate openapi specification without launching any web based UI or triggering any http request #71

Open
@gilgougnot

Description

@gilgougnot

Hi,

my need is to only generate a local static file that contains my openapi definition of my webservices.
I am not looking at exposing any webUI like the swagger-ui neither the api doc.

project information:
java 17
maven 3.6.3
spring boot 3.3.3

This does not seems possible based on the documentation of the parameters here:
https://github.com/springdoc/springdoc-openapi-maven-plugin?tab=readme-ov-file#custom-settings-of-the-springdoc-openapi-maven-plugin

The goal for me is to release the openapi specification as a zip file as part of the pipeline releasing the application.

Can you confirm that this is indeed not feasible in the current state of the plugin ?
otherwise can you update the documentation in that sens ?
if not possible, can you include it in a roadmap ?

Activity

zachauten

zachauten commented on Apr 3, 2025

@zachauten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @zachauten@gilgougnot

        Issue actions

          Generate openapi specification without launching any web based UI or triggering any http request · Issue #71 · springdoc/springdoc-openapi-maven-plugin