x80486
11/19/2017, 10:53 PM-Dspring.profiles.active=dev
, but so far I'm unable to. In Gradle (with Groovy) this is how I had this:
bootRun { // Runs a project in-place without building a JAR first
addResources true
main 'package.name.ApplicationKt'
systemProperties System.properties
if (project.hasProperty('args')) {
args project.args.split('\\s+')
}
}