I want to pick up the environment specific properties file at run time from class path
I am still learning Spring Boot, we can do it using environment variables or vm arguments or put in application.properties in maven run configuration
However we will always have to change the code at the time of deployment for a specific env if we put it application.properties.
I want to pick it up at run time without modifying the code at all.
SPRING_ACTIVE_PROFILES=devas environment variable