This commit is contained in:
Jannik 2020-05-09 19:58:31 +02:00
parent 8dd4cc4459
commit 69b5b33af8
Signed by: Seil0
GPG Key ID: E8459F3723C52C24
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"]
}