Why does my Swagger UI look different?
This is what I have:
This is what I would like to have:
In order to get Swagger-UI working, all i did was download the project(https://github.com/swagger-api/swagger-ui), take all the contents in the dist folder and put it in the webapp folder of my dynamic web project. After doing this, I updated the index.html to point to my swagger.json. After this was done, I was able to see the first picture shown. However, the large execute button is not all that appealing :( How do i get my swagger page to look like the second picture shown?