Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 557 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 557 Bytes

todoApi

SpringMVC REST API for simple todo app

This project uses swagger-codegen-tooling to generate server interfaces with SpringMVC and Swagger annotations.

REST endpoints and DTOs are defined in swagger.yaml, and sources are generated in /target/generated-sources/swagger-codegen during each build.

The master branch of this repository is deployed at https://jkerak-todoapi.herokuapp.com/