Posts

Showing posts from January, 2018

import json collection file in mongodb

You are probably running this command under mongo shell. As you can see in the path program files/mongodb/server/3.2/bin there is no command under mongod as mongoimport. So in order to solve the problem, navigate your cmd prompt to the file and without using mongo shell(mongo) run the command in cmd prompt. mongoimport --drop -d school -c students students.json

What is embedded database and it's use for spring data jpa

H2 Derby Hsql Used for development testing purposes Working with memory as temporary storage CrudRepositary

How to add certificate to the tomcat or via Java arguments

MongoDB Tutorial

Image