how to connect spring boot application with mongodb code example
Example: connecting to mongo database in spring boot
spring.data.mongodb.uri: mongodb://<hostInformation>/<DatabaseName>
spring.data.mongodb.uri: mongodb://<hostInformation>/<DatabaseName>