diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/artifacts/Flowers_SpringMVCProject_2205_Web_exploded.xml b/.idea/artifacts/Flowers_SpringMVCProject_2205_Web_exploded.xml new file mode 100644 index 0000000..1a1f251 --- /dev/null +++ b/.idea/artifacts/Flowers_SpringMVCProject_2205_Web_exploded.xml @@ -0,0 +1,13 @@ + + + $PROJECT_DIR$/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded + + + + + + + + + + \ No newline at end of file diff --git a/.idea/libraries/lib.xml b/.idea/libraries/lib.xml new file mode 100644 index 0000000..6a23583 --- /dev/null +++ b/.idea/libraries/lib.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..0548357 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..fe10617 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Flowers-SpringMVCProject-2205.iml b/Flowers-SpringMVCProject-2205.iml new file mode 100644 index 0000000..bc73df7 --- /dev/null +++ b/Flowers-SpringMVCProject-2205.iml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/controller/FirstController.class b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/controller/FirstController.class new file mode 100644 index 0000000..1d7991d Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/controller/FirstController.class differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/controller/ItemCategoryController.class b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/controller/ItemCategoryController.class new file mode 100644 index 0000000..9f928d8 Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/controller/ItemCategoryController.class differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/controller/ItemController.class b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/controller/ItemController.class new file mode 100644 index 0000000..0014d34 Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/controller/ItemController.class differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/entity/Item.class b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/entity/Item.class new file mode 100644 index 0000000..6438f5e Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/entity/Item.class differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/entity/ItemCategory.class b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/entity/ItemCategory.class new file mode 100644 index 0000000..e28013b Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/com/ssm/entity/ItemCategory.class differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/springmvc.xml b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/springmvc.xml new file mode 100644 index 0000000..a202e8b --- /dev/null +++ b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/classes/springmvc.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/commons-logging-1.2.jar b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/commons-logging-1.2.jar new file mode 100644 index 0000000..93a3b9f Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/commons-logging-1.2.jar differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/jsp-api.jar b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/jsp-api.jar new file mode 100644 index 0000000..d405b74 Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/jsp-api.jar differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/servlet-api.jar b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/servlet-api.jar new file mode 100644 index 0000000..209d963 Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/servlet-api.jar differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-aop-5.3.9.jar b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-aop-5.3.9.jar new file mode 100644 index 0000000..0228616 Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-aop-5.3.9.jar differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-beans-5.3.9.jar b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-beans-5.3.9.jar new file mode 100644 index 0000000..b250ccc Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-beans-5.3.9.jar differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-context-5.3.9.jar b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-context-5.3.9.jar new file mode 100644 index 0000000..48e3715 Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-context-5.3.9.jar differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-core-5.3.9.jar b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-core-5.3.9.jar new file mode 100644 index 0000000..e51f071 Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-core-5.3.9.jar differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-expression-5.3.9.jar b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-expression-5.3.9.jar new file mode 100644 index 0000000..42fcd3f Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-expression-5.3.9.jar differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-web-5.3.9.jar b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-web-5.3.9.jar new file mode 100644 index 0000000..d575c2b Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-web-5.3.9.jar differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-webmvc-5.3.9.jar b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-webmvc-5.3.9.jar new file mode 100644 index 0000000..168a85c Binary files /dev/null and b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/lib/spring-webmvc-5.3.9.jar differ diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/view/showFirst.jsp b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/view/showFirst.jsp new file mode 100644 index 0000000..3c42d25 --- /dev/null +++ b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/view/showFirst.jsp @@ -0,0 +1,12 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + +展示入门程序信息 + + +Success! + + \ No newline at end of file diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/view/showItem.jsp b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/view/showItem.jsp new file mode 100644 index 0000000..2b940e6 --- /dev/null +++ b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/view/showItem.jsp @@ -0,0 +1,31 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + +展示Controller接收及响应数据 + + +Success! +
+商品信息已在控制台输出! +<%--
--%> +<%--商品名称:${productInfo.pname}--%> +<%--
--%> +<%--是否热门:${productInfo.isHot}--%> +<%--
--%> +<%--市场价格:${productInfo.marketPrice}--%> +<%--
--%> +<%--销售价格:${productInfo.shopPrice}--%> +<%--
--%> +<%--商品图片:${productInfo.image}--%> +<%--
--%> +<%--分类名称:${productInfo.category.cname}--%> +<%--
--%> +<%--商品描述:${productInfo.pdesc}--%> +<%--
--%> +<%--上架日期:${productInfo.pdate}--%> + + + \ No newline at end of file diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/view/showItemCategory.jsp b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/view/showItemCategory.jsp new file mode 100644 index 0000000..6e86a69 --- /dev/null +++ b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/view/showItemCategory.jsp @@ -0,0 +1,16 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + +展示花卉类目信息 + + +Success! +
+类目编号:${itemCategoryInfo.id} +
+类目名称:${itemCategoryInfo.name} + + \ No newline at end of file diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/web.xml b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/web.xml new file mode 100644 index 0000000..313ae7c --- /dev/null +++ b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/WEB-INF/web.xml @@ -0,0 +1,43 @@ + + + SpringMVCFirst + + index.html + index.htm + index.jsp + default.html + default.htm + default.jsp + + + springDispatcherServlet + org.springframework.web.servlet.DispatcherServlet + + + contextConfigLocation + + classpath:springmvc.xml + + + 1 + + + springDispatcherServlet + + / + + + + characterEncodingFilter + org.springframework.web.filter.CharacterEncodingFilter + + encoding + UTF-8 + + + + characterEncodingFilter + /* + + + \ No newline at end of file diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/addItem.jsp b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/addItem.jsp new file mode 100644 index 0000000..ee0feb0 --- /dev/null +++ b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/addItem.jsp @@ -0,0 +1,67 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + +添加花卉 + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
花卉编号:
花卉名称:
花卉价格:
折扣:
花卉一级类目:
花卉二级类目:
商品主图:
副图1:
描述:
+ +
+
+ + \ No newline at end of file diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/addItemCategory.jsp b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/addItemCategory.jsp new file mode 100644 index 0000000..0eed896 --- /dev/null +++ b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/addItemCategory.jsp @@ -0,0 +1,19 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + +添加花卉类目信息 + + +
+ 类目编号: +
+ 类目名称: +
+ +
+ + + \ No newline at end of file diff --git a/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/first.jsp b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/first.jsp new file mode 100644 index 0000000..b5ff431 --- /dev/null +++ b/out/artifacts/Flowers_SpringMVCProject_2205_Web_exploded/first.jsp @@ -0,0 +1,12 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + +入门程序 + + +hello world + + \ No newline at end of file diff --git a/out/production/Flowers-SpringMVCProject-2205/com/ssm/controller/FirstController.class b/out/production/Flowers-SpringMVCProject-2205/com/ssm/controller/FirstController.class new file mode 100644 index 0000000..1d7991d Binary files /dev/null and b/out/production/Flowers-SpringMVCProject-2205/com/ssm/controller/FirstController.class differ diff --git a/out/production/Flowers-SpringMVCProject-2205/com/ssm/controller/ItemCategoryController.class b/out/production/Flowers-SpringMVCProject-2205/com/ssm/controller/ItemCategoryController.class new file mode 100644 index 0000000..9f928d8 Binary files /dev/null and b/out/production/Flowers-SpringMVCProject-2205/com/ssm/controller/ItemCategoryController.class differ diff --git a/out/production/Flowers-SpringMVCProject-2205/com/ssm/controller/ItemController.class b/out/production/Flowers-SpringMVCProject-2205/com/ssm/controller/ItemController.class new file mode 100644 index 0000000..0014d34 Binary files /dev/null and b/out/production/Flowers-SpringMVCProject-2205/com/ssm/controller/ItemController.class differ diff --git a/out/production/Flowers-SpringMVCProject-2205/com/ssm/entity/Item.class b/out/production/Flowers-SpringMVCProject-2205/com/ssm/entity/Item.class new file mode 100644 index 0000000..6438f5e Binary files /dev/null and b/out/production/Flowers-SpringMVCProject-2205/com/ssm/entity/Item.class differ diff --git a/out/production/Flowers-SpringMVCProject-2205/com/ssm/entity/ItemCategory.class b/out/production/Flowers-SpringMVCProject-2205/com/ssm/entity/ItemCategory.class new file mode 100644 index 0000000..e28013b Binary files /dev/null and b/out/production/Flowers-SpringMVCProject-2205/com/ssm/entity/ItemCategory.class differ diff --git a/out/production/Flowers-SpringMVCProject-2205/springmvc.xml b/out/production/Flowers-SpringMVCProject-2205/springmvc.xml new file mode 100644 index 0000000..a202e8b --- /dev/null +++ b/out/production/Flowers-SpringMVCProject-2205/springmvc.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + +