java-tutorials/persistence-modules/spring-data-mongodb
amit.pandey 36f15adbd7 extract version into properties tag & moved common properties in parent 2020-06-20 23:32:32 +05:30
..
src JAVA-73: Remove unused test methods 2020-04-26 15:46:04 +02:00
README.md JAVA-73: Move scripts under live-test-resources 2020-04-23 22:18:45 +02:00
pom.xml extract version into properties tag & moved common properties in parent 2020-06-20 23:32:32 +05:30

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.