Hi all. I am trying to setup grails 5 and springdo...
# questions
v
Hi all. I am trying to setup grails 5 and springdoc in order to generate the swagger documentation for our APIs. The problem I face is that when adding the RequestMapping annotation to a controllers's method that also has parameters I get an error stating that another method has already been mapped to the same path. That's because Grails generates overloaded methods without params for methods in controllers. Did anyone encounter this issue? How did you solve it?
p
I think there is a Grails Swagger plugin. Did you get a chance to take a look?
v
Yes. It requires Java 11 and for now we are still on Java 8.