Relative Content

Tag Archive for javagradleopenapiswagger-ui

Referencing endpoints in module of gradle composite build

I have a monolith that exposes a set of APIs. It uses Gradle and has no OpenAPI spec for the APIs, it actually uses Swagger UI to generate the definition on the fly. I am adding a module to the monolith, that needs to expose two more endpoints. This time I built a YAML spec for the API and used OpenAPI generator to generate POJOs.