diff options
Diffstat (limited to 'src/main/resources/application.properties')
-rw-r--r-- | src/main/resources/application.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties new file mode 100644 index 0000000..64b38af --- /dev/null +++ b/src/main/resources/application.properties @@ -0,0 +1,4 @@ +spring.data.mongodb.uri=mongodb+srv://root:uYC8BAywVR3cqAGk@cluster0.w8fmd.mongodb.net/barbershop?retryWrites=true&w=majority +spring.jpa.generate-ddl=true + +server.port=8081
\ No newline at end of file |