Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 280 Bytes

File metadata and controls

6 lines (4 loc) · 280 Bytes

Example

This is a sample project presenting how extra-mdc can be used with a Spring application.

It provides a simple application that allows for storing/retrieving/deleting notes which is a POJO with id, author, title and body. For simplicity, notes are stored in memory.