So, I am deploying my spring web app in tomcat server in production environment. I have my production server ip address. Should I replace the value of mongo bean from localhost to my ipaddress, in order to access the ...
I created a mongodb dump of database in my local machine. It was put in /dump/ folder as "myProject". Within myProject I had two files one ending with ***.bson and other with **.metadata.json.
I moved both the files ...