Open piotrpietrzak opened 9 years ago
How do you pass -DAPP_ENV=...
and others in Idea?
gradle bootRun with Script parameters from wiki. It is quite interesting because at the same time it works on Linux but don't work on Mac.
I have the same issue on Mac. Is this somehow connected to extraction System params on Mac by micro framework? VM params should work, no?
Can't run fresh microservice with: -DAPP_ENV="prod" -DCONFIG_FOLDER="properties" -Dencrypt.key="secretEncryptKey" -Dspring.profiles.active=dev from Intellij Idea.
output: