fix project setup for enabling production builds

This commit is contained in:
2020-02-09 15:00:07 +01:00
parent 4946332c30
commit 4d899f4446
70 changed files with 158 additions and 2116 deletions

View File

@ -29,4 +29,8 @@ dependencies {
}
group 'org.hso'
version '0.1.0'
version '0.1.0'
bootRun {
args = ["--spring.profiles.active=dev"]
}