commit | 521703b21652132f242c2017dfb95b51a034e80b | [log] [tgz] |
---|---|---|
author | Dan Klco <klco@adobe.com> | Tue Jan 11 08:10:22 2022 -0500 |
committer | Dan Klco <klco@adobe.com> | Tue Jan 11 08:10:22 2022 -0500 |
tree | 63a6d3af14509d077b951a80c1f7df224ec0f7f4 | |
parent | 95c9f86fed79c864001df6ca9e605523dedc680c [diff] |
SLING-11051 - Fixing JavaDoc badge
This module is part of the Apache Sling project.
Sling ResourceProvider implementation that uses MongoDB NoSQL database as persistence.
Based on the “Apache Sling NoSQL Generic Resource Provider”.
All resource data is stored in one MongoDB database and one collection, using the path of the resource as “_id” property.
To run the integration tests you have to set up a real MongoDB server and run the tests with this command line (inserting the correct parameters):
mvn -Pmongodb-integration-test -DconnectionString=localhost:27017 -Ddatabase=sling -Dcollection=resources integration-test