79365363

Date: 2025-01-17 16:07:18
Score: 1.5
Natty:
Report link

Managed to resolve it by removing the env in application properties and having:

spring.application.name=movies
spring.data.mongodb.database=${MONGO_DATABASE}
spring.data.mongodb.uri=mongodb+srv://${MONGO_USER}:${MONGO_PASSWORD}@${MONGO_CLUSTER}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Monicah Odipo