From ef39c9933460d412fcc25af66cb6ee4020d06c78 Mon Sep 17 00:00:00 2001 From: eugenp Date: Sat, 30 May 2015 18:33:23 +0100 Subject: [PATCH] configuration work --- spring-boot/.classpath | 63 +++++++++++++++++++++--------------------- spring-boot/.project | 8 +++++- spring-boot/pom.xml | 27 +++++++++++++++++- 3 files changed, 65 insertions(+), 33 deletions(-) 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