From 521c34159592f316dba1ca555cbb78d0d56e308d Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Fri, 14 Sep 2018 08:05:43 +0300 Subject: [PATCH] add main class for boot-mvc module --- spring-boot-mvc/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-mvc/pom.xml b/spring-boot-mvc/pom.xml index e456155f36..9ca187db5d 100644 --- a/spring-boot-mvc/pom.xml +++ b/spring-boot-mvc/pom.xml @@ -46,6 +46,10 @@ org.springframework.boot spring-boot-maven-plugin + + com.baeldung.springbootmvc.SpringBootMvcApplication + JAR + @@ -56,6 +60,7 @@ 1.8 1.10.0 + com.baeldung.springbootmvc.SpringBootMvcApplication