Robert
Robert

Reputation: 126

Swagger 2 / Springfox for Spring MVC

I have configured in my Spring MVC application Swagger 2 / Springfox. Unfortunately I do not see the description of Javadoc documentation.

Has anyone already successfully used it? Can anyone give me a hint? I know Swagger 1. It takes the documentation, params... from javadoc of the controller

enter image description here

Upvotes: 0

Views: 517

Answers (1)

Shildon
Shildon

Reputation: 11

Add @ApiOperation to the controller method. Here is the wiki.

Upvotes: 1

Related Questions