add main class to model module

develop
bvn13 2020-04-19 03:15:02 +03:00
parent 7cd060aadc
commit e73e87c0cb
1 changed files with 4 additions and 0 deletions

View File

@ -13,5 +13,9 @@ dependencies {
testImplementation 'com.h2database:h2:1.4.194'
}
springBoot {
mainClassName 'com.bvn13.covid19.model.Covid19ModelApplication'
}
bootJar { enabled = true }
jar { enabled = true }