Groupnumber: 08
Topic: HR-department
Install Maven on your system and check if it is correctly installed with:
mvn --version
Install MongoDB locally to try out some requests. You can connect over the shell via
mongo ds031802.mongolab.com:31802/hrdep -u <dbuser> -p <dbpassword>
You can also connect using a driver via the standard URI:
mongodb://<dbuser>:<dbpassword>@ds031802.mongolab.com:31802/hrdep
To build this project use
mvn install
To run this project with Maven use
mvn compile exec:java
Good simple example: https://github.com/vrto/apache-camel-invoices
Original Camel examples: https://github.com/apache/camel/tree/master/examples
For more help see the Apache Camel documentation http://camel.apache.org/