79572674

Date: 2025-04-14 08:24:45
Score: 1
Natty:
Report link

Turns out the 2.8.6 version of swagger-ui doesn't work with SpringBoot 3.4.4 at the moment. Downgrading to 2.8.5 worked just fine for me.

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