Hey All!
I’m attempting to reference environment variables in my bootstrap.yml. I have added the environment variables to the circle.yml, although I keep getting the following types of error:
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder ‘SPRING-CLOUD-CONFIG-SERVER-ENCRYPT-ENABLED’ in value “${SPRING-CLOUD-CONFIG-SERVER-ENCRYPT-ENABLED}”
Does anyone have an idea on why the maven build is not finding the environment variables?