Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 277 Bytes

IOT-REST

This is a REST web service example implemented using Spring Boot and Open Api 3.0.

How to build the project:

mvn compile

This will generate all the necessary files according to the swagger.yml specification.

Execution:

mvn spring-boot:run