I\'m trying to set up gradle to launch the bootRun process with various spring profiles enabled.
bootRun
My current bootRun configuration looks lik
Add to VM options: -Dspring.profiles.active=dev
Or you can add it to the build.gradle file to make it work: bootRun.systemProperties = System.properties.