79089708

Date: 2024-10-15 11:32:27
Score: 1
Natty:
Report link

Just one dependency and you are done.

<dependency>
            <groupId>org.springdoc</groupId>
            <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
            <version>2.6.0</version>
        </dependency>

Hit the URL http://localhost:8080/swagger-ui/index.html to see swagger UI screen

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Akash Verma