We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965c37b commit 275210fCopy full SHA for 275210f
src/main/resources/application.properties
@@ -0,0 +1,5 @@
1
+spring.data.mongodb.host=127.0.0.1
2
+spring.data.mongodb.port=27017
3
+spring.data.mongodb.authentication-database=admin
4
+spring.data.mongodb.username=root
5
+spring.data.mongodb.password=root
0 commit comments