https://github.com/carlosfernandezcabrero/sample-springboot-swagger-api
Sample of a Spring Boot API that uses swagger for documentation.
https://github.com/carlosfernandezcabrero/sample-springboot-swagger-api
api-restful java spring-boot swagger
Last synced: 2 months ago
JSON representation
Sample of a Spring Boot API that uses swagger for documentation.
- Host: GitHub
- URL: https://github.com/carlosfernandezcabrero/sample-springboot-swagger-api
- Owner: carlosfernandezcabrero
- Created: 2021-04-26T15:50:19.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T16:41:29.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T14:40:52.142Z (almost 2 years ago)
- Topics: api-restful, java, spring-boot, swagger
- Language: Java
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample SpringBoot Swagger API
## Run project
To build the application with Maven run ./mvnw spring-boot:run in the terminal (the terminal must be located in the project's root folder).
## Swagger UI
To access the page of Swagger, after build project, open a browser and go to .
## Other info
Java version: 11