153f600c62 | ||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
=========
Spring Data MongoDB
Relevant Articles:
- A Guide to Queries in Spring Data MongoDB
- Spring Data MongoDB – Indexes, Annotations and Converters
- Custom Cascading in Spring Data MongoDB
- Introduction to Spring Data MongoDB
- Spring Data MongoDB: Projections and Aggregations
- Spring Data Annotations
- Spring Data MongoDB Transactions
Spring Data MongoDB Live Testing
There are 3 scripts to simplify running live tests:
live-test-setup.sh
builds a docker image with the necessary setup and runs it. The environment is ready, when the log stops - it takes approximately 30 seconds.live-test.sh
runs the live tests (but no other tests).live-test-teardown.sh
stops and removes the docker image.