Is it possible to run reactive mongo driver without Spring boot and Spring data?
So, we’re using spring without spring boot for our project and got to the point where we need to integrate it with mongodb via reactor. The problem is when we start the app it connects to db but doesnt make any changes in db further. There are no any errors thrown also.
Therefore the answer is: is it possible to run reactive mongo driver without spring boot? If the answer is yes, i will appreciate some code examplesvery much.