Spring Boot - Application Configuration
You wrote this in
But at runtime, Spring Boot throws an error about unresolved placeholder. What is the likely cause?
application.properties:service.url=${SERVICE_URL}But at runtime, Spring Boot throws an error about unresolved placeholder. What is the likely cause?
