WIP feature/listedArticles #15

Merged
Seil0 merged 33 commits from feature/listedArticles into master 2020-05-15 19:48:22 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7a42122a9a - Show all commits

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"]
}