Delete database in MongoDB

In previous tutorial, we known how to create a database in MongoDB. In this tutorial, we will figure out how we can delete a existing database MongoDB! First of all, you must login into MongoDB and choose the database which we need to delete by following command:… Read More

Install Apache Maven on Window

In this tutorial, I will show you how we can install the Apache Maven on Window. Download Apache Maven You can use the URL below to download the latest version of Apache Maven. Currently, the version is 3.3.9. http://mirrors.viethosting.vn/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip Installation steps Download the latest version… Read More