From e73e87c0cb019baabd4751bb128306edc715493d Mon Sep 17 00:00:00 2001 From: bvn13 Date: Sun, 19 Apr 2020 03:15:02 +0300 Subject: [PATCH] add main class to model module --- covid19-model/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/covid19-model/build.gradle b/covid19-model/build.gradle index 5271077..b65fdc2 100644 --- a/covid19-model/build.gradle +++ b/covid19-model/build.gradle @@ -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 } \ No newline at end of file