I'm using Spring data with MongoDB and i need to find between actual day and 7 days ahead.
I have create repsoitories with @Query annotation and don't like to user Criteria class.
Do you have some idea how to user between with @Query?
thanks in advance.