You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to generate it correctly without adding @operation by default?
The issue is present also for version 2.1.0.RELEASE spring boot.
Thanks for all.
The text was updated successfully, but these errors were encountered:
Hello, good job this pluginfor spring mvc!
Actually I raise this issue: the openapi3.yaml produced by default only adding the plugin produce an open api which is not a correct api yaml file.
The precondition is:
The steps are:
The result is an open api yaml file which is not correct in https://editor.swagger.io/.
Reference to: https://github.com/paololersey/spring-boot-2.4.1-open-api/
I had to add to add to the method in Controller.java
@operation(responses = {@ApiResponse(responseCode = "200", description = "OK")})
and in pom.xml:
Is it possible to generate it correctly without adding @operation by default?
The issue is present also for version 2.1.0.RELEASE spring boot.
Thanks for all.
The text was updated successfully, but these errors were encountered: