Browse Source

修改路径为efunbox_recommend

yaobo 6 years ago
parent
commit
49f52f74ba

+ 3 - 3
.mymetadata

@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project-module
   type="WEB"
-  name="efunbox-recmd"
+  name="efunbox-recommend"
   id="myeclipse.1503369537612"
-  context-root="/efunbox-recmd"
+  context-root="/efunbox-recommend"
   j2ee-spec="5.0"
-  archive="efunbox-recmd.war">
+  archive="efunbox-recommend.war">
   <attributes>
     <attribute name="webrootdir" value="src/main/webapp" />
   </attributes>

File diff suppressed because it is too large
+ 2 - 2
.settings/com.genuitec.eclipse.j2eedt.core.prefs


+ 3 - 3
.settings/org.eclipse.wst.common.component

@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project-modules id="moduleCoreId" project-version="1.5.0">
-    <wb-module deploy-name="efunbox-recmd">
+    <wb-module deploy-name="efunbox-recommend">
         <wb-resource deploy-path="/" source-path="/src/main/webapp"/>
         <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
         <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
-        <property name="java-output-path" value="/efunbox-recmd/src/main/webapp/WEB-INF/classes"/>
-        <property name="context-root" value="/efunbox-recmd"/>
+        <property name="java-output-path" value="/efunbox-recommend/src/main/webapp/WEB-INF/classes"/>
+        <property name="context-root" value="/efunbox-recommend"/>
     </wb-module>
 </project-modules>

+ 1 - 1
src/main/webapp/WEB-INF/web.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
-  <display-name>efunbox-recmd</display-name>
+  <display-name>efunbox-recommend</display-name>
   <filter>
     <filter-name>characterEncodingFilter</filter-name>
     <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>