Skip to content

Commit f7e2464

Browse files
committed
Create Admin food package, food view
1 parent e4409c4 commit f7e2464

File tree

3 files changed

+74
-62
lines changed

3 files changed

+74
-62
lines changed

ybusadmin/.classpath

Lines changed: 41 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,41 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<classpath>
3-
<classpathentry kind="src" output="target/classes" path="src/main/java">
4-
<attributes>
5-
<attribute name="optional" value="true"/>
6-
<attribute name="maven.pomderived" value="true"/>
7-
</attributes>
8-
</classpathentry>
9-
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10-
<attributes>
11-
<attribute name="maven.pomderived" value="true"/>
12-
</attributes>
13-
</classpathentry>
14-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
15-
<attributes>
16-
<attribute name="optional" value="true"/>
17-
<attribute name="maven.pomderived" value="true"/>
18-
</attributes>
19-
</classpathentry>
20-
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21-
<attributes>
22-
<attribute name="maven.pomderived" value="true"/>
23-
</attributes>
24-
</classpathentry>
25-
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
26-
<attributes>
27-
<attribute name="maven.pomderived" value="true"/>
28-
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
29-
</attributes>
30-
</classpathentry>
31-
<classpathentry exported="true" kind="lib" path="src/main/webapp/WEB-INF/lib/jsoup-1.11.2.jar"/>
32-
<classpathentry exported="true" kind="lib" path="src/main/webapp/WEB-INF/lib/jj-imaging.jar"/>
33-
<classpathentry exported="true" kind="lib" path="src/main/webapp/WEB-INF/lib/jj-simplecaptcha.jar"/>
34-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
35-
<attributes>
36-
<attribute name="module" value="true"/>
37-
<attribute name="maven.pomderived" value="true"/>
38-
</attributes>
39-
</classpathentry>
40-
<classpathentry kind="lib" path="C:/Users/eeu12/.m2/repository/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.jar"/>
41-
<classpathentry kind="lib" path="C:/Users/eeu12/.m2/repository/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0-sources.jar"/>
42-
<classpathentry kind="output" path="target/classes"/>
43-
</classpath>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10+
<attributes>
11+
<attribute name="maven.pomderived" value="true"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
15+
<attributes>
16+
<attribute name="optional" value="true"/>
17+
<attribute name="maven.pomderived" value="true"/>
18+
</attributes>
19+
</classpathentry>
20+
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
21+
<attributes>
22+
<attribute name="maven.pomderived" value="true"/>
23+
</attributes>
24+
</classpathentry>
25+
<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
26+
<attributes>
27+
<attribute name="maven.pomderived" value="true"/>
28+
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
29+
</attributes>
30+
</classpathentry>
31+
<classpathentry exported="true" kind="lib" path="src/main/webapp/WEB-INF/lib/jsoup-1.11.2.jar"/>
32+
<classpathentry exported="true" kind="lib" path="src/main/webapp/WEB-INF/lib/jj-imaging.jar"/>
33+
<classpathentry exported="true" kind="lib" path="src/main/webapp/WEB-INF/lib/jj-simplecaptcha.jar"/>
34+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
35+
<attributes>
36+
<attribute name="module" value="true"/>
37+
<attribute name="maven.pomderived" value="true"/>
38+
</attributes>
39+
</classpathentry>
40+
<classpathentry kind="output" path="target/classes"/>
41+
</classpath>
Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
1-
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2-
3-
<wb-module deploy-name="spring-1.0.0-BUILD-SNAPSHOT">
4-
5-
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
6-
7-
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
8-
9-
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
10-
11-
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
12-
13-
<property name="java-output-path" value="target/classes"/>
14-
15-
<property name="context-root" value="spring"/>
16-
17-
</wb-module>
18-
19-
</project-modules>
1+
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2+
3+
4+
<wb-module deploy-name="spring-1.0.0-BUILD-SNAPSHOT">
5+
6+
7+
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
8+
9+
10+
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
11+
12+
13+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
14+
15+
16+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
17+
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
18+
19+
20+
<property name="java-output-path" value="target/classes"/>
21+
22+
23+
<property name="context-root" value="spring"/>
24+
25+
26+
</wb-module>
27+
28+
29+
</project-modules>

ybusadmin/src/main/webapp/inc/top.jsp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@
106106

107107
</ul>
108108
</li>
109+
110+
<li class="dropdown" style="background-color:#252900;"><a href="/spring/admin/adminFoodList.action">학식 관리
111+
</a>
112+
</li>
109113

110114

111115

0 commit comments

Comments
 (0)