JMS
JMS

Reputation: 193

Spring example of Accessing Data with MongoDB.. How do I tell it MongoDB server

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

Answers (1)

Centinul
Centinul

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

Related Questions