I implemented the Fongo In a Spring Project.
And I am facing the error : "cluster can not be null" when Spring try to initial the Mongo repository:
" Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: cluster can not be null "
Hey,
I implemented the Fongo In a Spring Project. And I am facing the error : "cluster can not be null" when Spring try to initial the Mongo repository: " Invocation of init method failed; nested exception is java.lang.IllegalArgumentException: cluster can not be null "
I used:
And the implementation is :
Thank u for the help