This commit is contained in:
Jannik 2020-05-10 15:31:20 +02:00 committed by localhorst
parent a2f20938cd
commit 3a3b7abad0
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ group 'org.hso'
version '0.1.0'
bootRun {
args = ["--spring.profiles.active=dev --spring.config.location=classpath:/application.properties\""]
args = ["--spring.profiles.active=dev --spring.config.location=classpath:/application.properties"]
}