Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 397 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 397 Bytes

Spring Boot: Rest Api Documentation with Swagger2

Server port is 8081, choose any port you want in application.properties file.
server.port = 8081.
Then to see the list of endpoints created, after running the project go to:

http://localhost:8081/swagger-ui.html

To make this more fun, use your git Repo and push all you've learnt, teach someone else 😎