Skip to content

A simple Java project to demonstrate how to write a MongoDB sort query in Java.

License

Notifications You must be signed in to change notification settings

contactsunny/MongoDB_Sort_SpringBoot_POC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6390f33 · Jan 24, 2020

History

1 Commit
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020
Jan 24, 2020

Repository files navigation

A simple Java project to demonstrate how to write a MongoDB sort query in Java.

How to run

After you clone this repo, build the project using the command below:

mvn clean install

This will build the project and create a .jar file in the target/ directory. Then run the following command to run the project:

java -jar target/MongoDBSortSpringBootPOC-1.0-SNAPSHOT.jar