From 8dd4cc4459152ff0d9306d9858f508850ed30729 Mon Sep 17 00:00:00 2001 From: Seil0 Date: Sat, 9 May 2020 19:31:57 +0200 Subject: [PATCH] use application.properties when run via bootRun --- prototype/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/build.gradle b/prototype/build.gradle index 2769783..ad8b14c 100644 --- a/prototype/build.gradle +++ b/prototype/build.gradle @@ -35,5 +35,5 @@ group 'org.hso' version '0.1.0' bootRun { - args = ["--spring.profiles.active=dev"] + args = ["--spring.profiles.active=dev --spring.config.location=classpath:/application.properties\""] }