I have 5 environments:
- local (my development machine) - dev - qc - uat - live - staging
I want different application properties to be u
I added -Dspring.profiles.active=test to VM Options and then re-ran that configuration. It worked perfectly.
-Dspring.profiles.active=test
This can be set by
Run | Edit Configurations...
Configuration
Environment
VM options