Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 319 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 319 Bytes

Simple java rest service

It's a simple rest service written using java, spring boot, spring framework. Application use cache in service layer. There are integration and unit tests.

To run tests use mvn test To run the project please execute mvn package && java -jar target/test-task-0.0.1-SNAPSHOT.jar