From fe59563da9d3ccdd44b4873428dd717934fd981d Mon Sep 17 00:00:00 2001 From: lance Date: Tue, 15 Jul 2014 14:57:47 +0800 Subject: [PATCH] update project --- spring-boot-samples/.classpath | 360 ++---------------- spring-boot-samples/.project | 37 +- .../org.eclipse.core.resources.prefs | 3 - .../.settings/org.eclipse.jdt.core.prefs | 7 +- 4 files changed, 53 insertions(+), 354 deletions(-) diff --git a/spring-boot-samples/.classpath b/spring-boot-samples/.classpath index 07ea9ab..658fc2e 100644 --- a/spring-boot-samples/.classpath +++ b/spring-boot-samples/.classpath @@ -1,333 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/spring-boot-samples/.project b/spring-boot-samples/.project index 29e2c88..5a5336f 100644 --- a/spring-boot-samples/.project +++ b/spring-boot-samples/.project @@ -1,18 +1,23 @@ - spring-boot-samples - Spring Boot Starter Parent. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse. - - - - org.eclipse.jdt.core.javabuilder - - - org.eclipse.m2e.core.maven2Builder - - - - org.eclipse.jdt.core.javanature - org.eclipse.m2e.core.maven2Nature - - \ No newline at end of file + spring-boot-samples + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + diff --git a/spring-boot-samples/.settings/org.eclipse.core.resources.prefs b/spring-boot-samples/.settings/org.eclipse.core.resources.prefs index 802e131..839d647 100644 --- a/spring-boot-samples/.settings/org.eclipse.core.resources.prefs +++ b/spring-boot-samples/.settings/org.eclipse.core.resources.prefs @@ -1,8 +1,5 @@ eclipse.preferences.version=1 encoding//src/main/java=UTF-8 encoding//src/main/resources=UTF-8 -encoding//src/main/webapp/WEB-INF/views/login.jsp=UTF-8 -encoding//src/main/webapp/WEB-INF/views/user/common/home-left.jsp=UTF-8 -encoding//src/main/webapp/WEB-INF/views/user/home.jsp=UTF-8 encoding//src/test/java=UTF-8 encoding/=UTF-8 diff --git a/spring-boot-samples/.settings/org.eclipse.jdt.core.prefs b/spring-boot-samples/.settings/org.eclipse.jdt.core.prefs index 0c759dd..60105c1 100644 --- a/spring-boot-samples/.settings/org.eclipse.jdt.core.prefs +++ b/spring-boot-samples/.settings/org.eclipse.jdt.core.prefs @@ -1,6 +1,5 @@ -#Wed Jun 04 21:32:43 CST 2014 -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.source=1.6 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.source=1.6