Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to enable swagger ui for springboot application

Swagger is accessible via a URL - http://localhost:8080/api/swagger-ui/index.html

       <dependency>
           <groupId>io.springfox</groupId>
           <artifactId>springfox-boot-starter</artifactId>
           <version>3.0.0</version>
       </dependency>
Source by coderanch.com #
 
PREVIOUS NEXT
Tagged: #enable #swagger #ui #springboot #application
ADD COMMENT
Topic
Name
5+1 =