You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
Hi there, the project depends on version 1.0.0.BUILD-SNAPSHOT of spring-data-mongodb, but that cannot be found in the maven repo. I've tried changing to 1.0.0.M1 (as per other examples) but seems to be missing some new added functionality so the project does not compile (the document package seems to be a new one). Seems to compile using the command line but cannot get it to compile on Eclipse and all the tests seem to fail.
Is there any documentation for the examples I could get my hands on? :)