Skip to content

Adding Swagger for a better documentation#7

Open
FrancescoMarelli wants to merge 1 commit into
anmol111pal:mainfrom
FrancescoMarelli:adding-swagger-documentation
Open

Adding Swagger for a better documentation#7
FrancescoMarelli wants to merge 1 commit into
anmol111pal:mainfrom
FrancescoMarelli:adding-swagger-documentation

Conversation

@FrancescoMarelli
Copy link
Copy Markdown

This pull request aims to integrate Swagger (via springdoc-openapi) into the project, in order to improve testing and documentatino.

✅ Added:

  • springdoc-openapi-starter-webmvc-ui dependency to enable Swagger UI and OpenAPI documentation.

💡 This setup allows us to access the API documentation via:

  • /swagger-ui/index.html (UI)
  • /v3/api-docs (OpenAPI JSON)

This will make it easier for developers and external teams to understand and test the available REST endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant