Implement Swagger in Spring Boot 3 Project | Swagger Spring Boot REST API Example SpringDoc OpenAPI

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

ความคิดเห็น • 4

  • @BatatinhaaaFrita
    @BatatinhaaaFrita 23 วันที่ผ่านมา

    I'm using the same version of spring boot, 3.3.4 and the same version of this dependency. But when I try to open the page I got 404 not found, also the brother in the comments.
    "There was an unexpected error (type=Not Found, status=404)."

    • @TheDipDeveloper
      @TheDipDeveloper  23 วันที่ผ่านมา

      access the swagger ui :/swagger-ui/index.html & verify the dependency once springdoc-openapi-starter-webmvc-ui

  • @mhmmdqubadl4678
    @mhmmdqubadl4678 หลายเดือนก่อน

    what is your springboot version?
    I am using spring version 3.3.4 and when I try to open swagger-ui/index.html I got a 404 not found error

    • @TheDipDeveloper
      @TheDipDeveloper  หลายเดือนก่อน

      3.3.4 and use latest version of springdoc webmvc ui as mentioned on the video, verify artifact once