diff --git a/spring-rest/pom.xml b/spring-rest/pom.xml
index 1a4ad2fbb6..ea4cfc26d7 100644
--- a/spring-rest/pom.xml
+++ b/spring-rest/pom.xml
@@ -183,9 +183,6 @@
org.springframework.boot
spring-boot-maven-plugin
-
- true
-
org.apache.maven.plugins
@@ -300,6 +297,7 @@
2.2.0
3.5.11
3.1.0
+ com.baeldung.sampleapp.config.MainApplication
diff --git a/spring-rest/src/main/webapp/WEB-INF/api-servlet.xml b/spring-rest/src/main/webapp/WEB-INF/api-servlet.xml
index 7e7d820836..ddb9c91792 100644
--- a/spring-rest/src/main/webapp/WEB-INF/api-servlet.xml
+++ b/spring-rest/src/main/webapp/WEB-INF/api-servlet.xml
@@ -6,7 +6,7 @@
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd"
>
-
+
diff --git a/spring-rest/src/main/webapp/WEB-INF/web.xml b/spring-rest/src/main/webapp/WEB-INF/web.xml
index 1b8b767ae3..20a11f3422 100644
--- a/spring-rest/src/main/webapp/WEB-INF/web.xml
+++ b/spring-rest/src/main/webapp/WEB-INF/web.xml
@@ -16,7 +16,7 @@
contextConfigLocation
- org.baeldung.config
+ com.baeldung.sampleapp.config