I am currently developing a framework which is supposed to connect to MongoDB. I would like to choose Spring-Data-MongoDB to handle database. But after I saw the sample code in its Github page spring-projects/spring-data-mongodb , I realized Spring Data might not be able to work without Spring Boot/MVC. Am I right? Is there any way that I can use Spring Data individually? I am not developing a server, so I don't need the whole Spring framework.
Thanks in advance!