From fce4489f7c515a4cc5f6b86eceae7ce4daab6eab Mon Sep 17 00:00:00 2001 From: mansoorkjl <63551395+mansoorkjl@users.noreply.github.com> Date: Wed, 25 Dec 2024 14:16:13 +0530 Subject: [PATCH] learning --- .idea/.gitignore | 3 +++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/mongodb-springboot.iml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ .../src/main/resources/application.properties | 2 +- 6 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/mongodb-springboot.iml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..8ed5f34 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e840d7e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/mongodb-springboot.iml b/.idea/mongodb-springboot.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/mongodb-springboot.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/mdb-spring-boot/src/main/resources/application.properties b/mdb-spring-boot/src/main/resources/application.properties index 6b974f8..0b12243 100644 --- a/mdb-spring-boot/src/main/resources/application.properties +++ b/mdb-spring-boot/src/main/resources/application.properties @@ -1,2 +1,2 @@ -spring.data.mongodb.uri=mongodb+srv://:@.mongodb.net/mygrocerylist +spring.data.mongodb.uri=mongodb+srv://mansoorkjl:T9GMh65vbLYGN10T@manchuclusterlearn.winegaq.mongodb.net/mygrocerylist spring.data.mongodb.database=mygrocerylist