I have a spring boot application.
I have three profiles in my application-> development, staging and production. So I have 3 files
-Dspring.profiles.active=staging -Dspring.config.location=C:\Config
is not correct.
should be:
--spring.profiles.active=staging --spring.config.location=C:\Config