Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 303 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 303 Bytes

Spring boot three-layered web application providing REST api for working with Products and Categories, which are persisting via Hibernate to in-memory HSQLDB.

Service level is covered by integration tests using junit Rest controllers are covered by unit and integration tests using mockito and junit.