java-tutorials/persistence-modules/spring-data-mongodb
sam-gardner 0e39a41cfa
JAVA-31651 Update querydsl-mongodb to 5.1.0 in spring-data-mongodb (#15980)
2024-02-26 15:43:45 +01:00
..
src JAVA-24237 Update "Spring Data MongoDB" article (#14772) 2023-09-19 15:38:32 +03:00
README.md Updated README.md 2022-09-04 06:02:04 +05:00
pom.xml JAVA-31651 Update querydsl-mongodb to 5.1.0 in spring-data-mongodb (#15980) 2024-02-26 15:43:45 +01:00

README.md

=========

Spring Data MongoDB

Relevant Articles:

Spring Data MongoDB Live Testing

There are 3 scripts to simplify running live tests:

  1. 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.
  2. live-test.sh runs the live tests (but no other tests).
  3. live-test-teardown.sh stops and removes the docker image.