79395813

Date: 2025-01-29 06:01:31
Score: 1
Natty:
Report link

I was facing same challenge and got fixed by using the latest below version from maven repository.

<dependency>
        <groupId>org.springdoc</groupId>
        <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
        <version>2.8.4</version>
    </dependency>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Wanfadger