Reputation: 193
I am looking at the Spring Boot example of Accessing Data with MongoDB from
http://spring.io/guides/gs/accessing-data-mongodb/
Can someone please tell me how to setup the MongoDB server IP or name.
Upvotes: 0
Views: 499
Reputation: 884
Please check out the Connecting to a MongoDB section of the Spring Boot reference guide.
If your question is about installing MongoDB please see the installation guides.
Upvotes: 1