Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 303 Bytes

File metadata and controls

14 lines (10 loc) · 303 Bytes

java-spring-rest

Example for implementation Rest API using Spring Boot.

Requirement

Java 8+

Build

mvn clean install

Database

Database uses in-memory DB H2. It will automatically build and export the required tables and data.

Testing

There are scripts to test the Rest API in Postman.