java-tutorials/persistence-modules/spring-data-mongodb
johnA1331 d953a9f517 Update README.md 2022-05-05 20:49:20 +08:00
..
src fix: move to spring-data-mongodb (#12089) 2022-04-28 18:20:55 -05:00
README.md Update README.md 2022-05-05 20:49:20 +08:00
pom.xml fix: move to spring-data-mongodb (#12089) 2022-04-28 18:20:55 -05: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.