Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.