Add swagger openAPI documentation to your Spring boot project

Поделиться
HTML-код
  • Опубликовано: 1 фев 2025

Комментарии • 2

  • @anirudhhosur3827
    @anirudhhosur3827  Год назад +3

    These are the pom.xml dependencies to add

    org.springframework.boot
    spring-boot-starter-actuator


    org.springdoc
    springdoc-openapi-starter-webmvc-ui
    2.0.2
    Hit this endpoint on your browser
    localhost:8080/swagger-ui/index.html#/

  • @coolranker1385
    @coolranker1385 5 месяцев назад +1

    Short and clear 🙂👍