This is a todoapp Springboot REST api with JUnit test cases and swagger API documentation. It uses H2 in-memory Database.
Prerequisite : STS 3.6 or later tomcat8 Java 8 gradle 2.1 Eclipse Buildship 2.1.0 or later
Running todoapp Import project on STS as Gradle Project Right click on project "Run as" -> "Spring Boot App"
Accessing API Document http://localhost:8080/swagger-ui.html
Running test case Right click on project "Run as" -> "JUnit Test"
Making build using terminal $ gradle build