Skip to main content

Posts

Showing posts from May, 2018

Swagger UI with Java RESTful Service

Swagger Implementation with REST API This is the post to explain how we can integrate swagger UI with existing REST API application for live documentation. Pre-requisites:      Swagger UI       Download the UI files from Git Hub repository and extract the zip file from     https://github.com/swagger-api/swagger-ui/releases  (download latest version API)     Find the dist folder and copy all the files to our project path “web” folder in our project.            Swagger Jars         To download the jar dependency go to the repository site to get all jar without missing dependency files(swagger-jersey2-jaxrs version 1.5.9)                          https://jar-download.com/?search_box=swagger-jersey2-jaxrs         Download it from the above link and ex...