From 3adff457825681de060b569413e21c4fd29579d6 Mon Sep 17 00:00:00 2001 From: xufenglei <xufenglei> Date: Thu, 02 Nov 2017 17:12:57 +0800 Subject: [PATCH] 读取配置文件 地址改变 --- .classpath | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.classpath b/.classpath index a778623..aa311ba 100644 --- a/.classpath +++ b/.classpath @@ -17,16 +17,16 @@ <attribute name="maven.pomderived" value="true"/> </attributes> </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> <attributes> <attribute name="maven.pomderived" value="true"/> <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> </attributes> </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> + <attributes> + <attribute name="maven.pomderived" value="true"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="target/classes"/> </classpath> -- Gitblit v1.8.0