diff --git a/spring-boot/.classpath b/spring-boot/.classpath
index 63cc387026..26981b6dd7 100644
--- a/spring-boot/.classpath
+++ b/spring-boot/.classpath
@@ -1,31 +1,32 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/spring-boot/.project b/spring-boot/.project
index 29b4319649..e748dc5713 100644
--- a/spring-boot/.project
+++ b/spring-boot/.project
@@ -1,6 +1,6 @@
- spring-boot-actuator
+ spring-boot
@@ -25,6 +25,11 @@
+
+ org.springframework.ide.eclipse.core.springbuilder
+
+
+
org.eclipse.m2e.core.maven2Builder
@@ -32,6 +37,7 @@
+ org.springframework.ide.eclipse.core.springnature
org.eclipse.jem.workbench.JavaEMFNature
org.eclipse.wst.common.modulecore.ModuleCoreNature
org.eclipse.jdt.core.javanature
diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml
index 4f728c9a11..6560c159e9 100644
--- a/spring-boot/pom.xml
+++ b/spring-boot/pom.xml
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
org.baeldung
- spring-boot-actuator
+ spring-boot
0.0.1-SNAPSHOT
war
Spring Boot Actuator
@@ -38,12 +38,37 @@
+ spring-boot
+
+
+ src/main/resources
+ true
+
+
+
+
org.springframework.boot
spring-boot-maven-plugin
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.8
+ 1.8
+
+
+
+
+ org.apache.maven.plugins
+ maven-war-plugin
+
+
+
\ No newline at end of file