-
I am working on Spring boot and have to convert entire project along with all UI elements to OpenAPI. Currently we are using Swagger 2.0 for the same. I have SwaggerController where we are setting up the documentation details and SwaggerConfigController where we are loading config details. I am not able to understand it in depth and that's why cannot work on its conversion as well. Can someone please help me with this issue |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is a tool for this - someone wrote a blog post on it here: https://dev.to/derberg/convert-swagger-2-0-to-openapi-3-0-3joj (this does not imply the endorsement of the blog post or tool, it's just informational) |
Beta Was this translation helpful? Give feedback.
-
I'm going to close this as resolved due to lack of further questions. |
Beta Was this translation helpful? Give feedback.
There is a tool for this - someone wrote a blog post on it here: https://dev.to/derberg/convert-swagger-2-0-to-openapi-3-0-3joj
(this does not imply the endorsement of the blog post or tool, it's just informational)