79342296

Date: 2025-01-09 10:48:29
Score: 1.5
Natty:
Report link

by importing properties in application.yml/properties file


spring:
  config:
    import: optional:file:.env[.properties]
  datasource:
    url: ${DB_URL}
    ....
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: siddhu gorli