I have a Spring Batch Spring Boot app that needs to be converted to image and later use that in Spring Cloud Data Flow to schedule the job.I have the DEV,UAT,PROD config in
application-properties/dev/application.yml
respectively.We were told to mention the password and username as
password: ${DB_ORCL_PASSWORD}
username: ${DB_ORCL_USER}
I am not sure how the credentials get substituted based on the environment. Is it something i should provide while building the docker image?