ayoubMekk / spring-boot-api-swagger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-api-swagger

Running the application locally

You need Java 11 and Maven 3 installed:

mvn spring-boot:run

Open a browser tab at http://localhost:8080/api
Alternatively, you can run:

curl http://localhost:8080/api

Swagger Docs

To see the Swagger API documentation and test different endpoints:

Open a browser tab at:

http://localhost:8080/api/swagger-ui.html

About


Languages

Language:Java 100.0%