Forum Discussion

pshekhar1996's avatar
pshekhar1996
Occasional Visitor
5 years ago

Swagger Documentatiion

Hi,

 

I have a project structure as follows:- I have made a maven project. There is a common REST (@GET,@POST @PUT @DELETE) method in a file where all rest requests fall initially and @Path is not defined for this method. After that method, all rest requests go to their own flows , and for each flow we have its own classes. Now I wanted to implement swagger to document all restapi.

 

Can we implement swagger on this type of project structure, if yes how?

No RepliesBe the first to reply