Shows how you might use QueryDSL to offer a search endpoint for API users to specify their own search criteria.
Ensure you set the env variables specified in the application.yml. Use maven to generate sources.
A basic spring project showing how you might create your own query endpoints for MongoDB collections
Java