Ansu-s / bookstore-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only for learning purpose.

Swagger Open API 3 Integration

  • Added Swagger Spring Doc Dependency
<dependency>
    <groupId>org.springdoc</groupId>
    <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
    <version>2.0.3</version>
</dependency> 
  • Added the property: springdoc.enable-spring-security:false in application.properties so that SpringDocSecurityConfiguration bean wont be created and search for spring security related classes.
  • The endpoint is accessible at: http://localhost:8080/swagger-ui/index.html

About


Languages

Language:Java 100.0%