An open API service indexing awesome lists of open source software.

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.

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