========================================================================================================================
README - Spring in Practice Recipe 12.3

Copyright (c) 2013 Manning Publications Co.

Willie Wheeler (willie.wheeler@gmail.com)

Book: http://manning.com/wheeler/
Blog: http://springinpractice.com/
Code: https://github.com/springinpractice
========================================================================================================================

Recipe 12.3 replaces the JCR backend with a MongoDB backend, using Spring Data MongoDB as an interface.

Before running this app, you will need to install MongoDB and start it up. On the Mac it's

  $ sudo mongod

For other platforms please consult the MongoDB documentation.
