Top "Swagger-maven-plugin" questions

A maven build plugin which allows Swagger JSON and API documents generation.

Enum in swagger

I'm wondering how to document enums in swagger. According to JavaDoc The dataType. See the documentation for the supported datatypes. …

java swagger swagger-maven-plugin
swagger date field vs date-time field

I am using swagger to test my rest api, one of the property of my entity class is a date …

java swagger swagger-ui springfox swagger-maven-plugin
Using Javadocs to generate Swagger document

I want to build the Swagger documentation for an existing set of RESTful APIs. I have the following requirement: Generate …

java maven swagger swagger-maven-plugin