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.