0

I'm trying to implement a spring boot rest documentation using springdoc-openapi. I use spring boot 3.0.0.

I add this dependency to my build.gradle:

implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.0.2'

When I start my server and go to : http://localhost:8080/swagger-ui.html or http://localhost:8080/v3/api-docs

I receive a 404 error. what am I doing wrong ?

Moiap13
  • 19
  • 4
  • I don't any problem by following you setup. Could you share your pom.xml/gradle.build? And try adding `debug=true` in application.properties to see any log related to swagger. – samabcde Feb 02 '23 at 14:12
  • 1
    I restarted my computer and it worked. Thanks for our message. – Moiap13 Feb 03 '23 at 09:27

0 Answers0