Skip to content

Commit

Permalink
fixed mongoDbUri
Browse files Browse the repository at this point in the history
  • Loading branch information
sayeedajmal committed Apr 26, 2024
1 parent 999a3dd commit 55b4887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spring.application.name=SpeedSync Restful Api
spring.data.mongodb.uri=mongodb+srv://+${SpeedMongoUrl}
spring.data.mongodb.uri=mongodb+srv://${SpeedMongoUrl}
spring.data.mongodb.database=${SpeedMongoDB}

#spring.data.mongodb.uri=mongodb://localhost:27017/vehicleChallan
Expand Down

0 comments on commit 55b4887

Please sign in to comment.