From 78c44bf2ad7b850fc7899350f077d7a15a85c570 Mon Sep 17 00:00:00 2001 From: Prashant Patel Date: Tue, 10 Aug 2021 18:08:16 +0100 Subject: [PATCH] Added spring.data.mongodb.host and spring.data.mongodb.port to point to LinuxUbuntu VM running the mongo docker container in Orcale VM Box --- src/main/resources/application.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index e69de29..fe9d8a4 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -0,0 +1,4 @@ +server.port=0 +spring.data.mongodb.host=10.50.47.243 +spring.data.mongodb.port=27017 +mongo.docker.tag=4.4.4 \ No newline at end of file