79228939

Date: 2024-11-27 04:35:58
Score: 1
Natty:
Report link

I also got the same error. However, after using Java17 and adding the below version, I was able to resolve the error.

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

Good luck!!

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