0
Good morning, everyone.
I’m documenting a project’s Apis using Swagger2.
In this documentation instead of using annotations a json file is used. I wonder if it is possible to create a Spring Boot project with Swagger 2, which uses json to document the Apis.
I searched the internet and only found this tutorial: https://dzone.com/articles/overcoming-swagger-annotation-overload-by-switchin?utm_content=bufferc0957&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer
I followed the steps described, but it didn’t work.
The only way I could was by downloading the dist folder from the project https://github.com/swagger-api/swagger-ui/tree/master/dist and pointing to the json, but does Spring Boot not have a way to set up for it to read the json?