You know what is MongoDB and what is Spring Framework and want to use the first inside the second? Here's short plain and simple integration between the two: Properties file with server and database details (resides in classpath in this example):db.host=localhostdb.port=27017app.db.name=appIf you don't use Java-based container configuration (you should start using it!):application-config.xml (or w
