java-tutorials/persistence-modules/spring-data-mongodb
sampadawagde ae27c57803 JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3) 2021-05-10 20:06:48 +05:30
..
src BAEL-4758: Override autoIndexCreation in MongoConfig (#10474) 2021-02-10 07:51:44 +01:00
README.md JAVA-4012: Moved 1 article from spring-data-mongodb to 2021-01-24 23:40:00 +05:30
pom.xml JAVA-5223: Fix formatting of POMs (Persistence Modules - Part 3) 2021-05-10 20:06:48 +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.