diff --git a/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/classes/com/ssm/controller/ProductController.class b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/classes/com/ssm/controller/ProductController.class new file mode 100644 index 0000000..8114a98 Binary files /dev/null and b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/classes/com/ssm/controller/ProductController.class differ diff --git a/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/classes/com/ssm/entity/Product.class b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/classes/com/ssm/entity/Product.class new file mode 100644 index 0000000..9a9b184 Binary files /dev/null and b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/classes/com/ssm/entity/Product.class differ diff --git a/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/classes/com/ssm/entity/User.class b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/classes/com/ssm/entity/User.class new file mode 100644 index 0000000..b710c12 Binary files /dev/null and b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/classes/com/ssm/entity/User.class differ diff --git a/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/view/showGetData.jsp b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/view/showGetData.jsp new file mode 100644 index 0000000..b9cf43d --- /dev/null +++ b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/WEB-INF/view/showGetData.jsp @@ -0,0 +1,82 @@ +<%-- + Created by IntelliJ IDEA. + User: DELL + Date: 2026/4/27 + Time: 15:09 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + 商品信息 + + + +
+

商品添加成功!

+

商品信息已成功提交到服务器

+ +
+ 商品编号: + ${product.productId} +
+
+ 商品名称: + ${product.productName} +
+
+ 是否热门: + ${product.isPopular} +
+
+ 市场价格: + ${product.marketPrice} 元 +
+
+ 销售价格: + ${product.salesPrice} 元 +
+
+ 分类名称: + ${product.categoryName} +
+
+ 商品描述: + ${product.description} +
+
+ 上架日期: + ${product.listDate} +
+
+ + \ No newline at end of file diff --git a/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/addProduct.jsp b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/addProduct.jsp new file mode 100644 index 0000000..68dbe38 --- /dev/null +++ b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/addProduct.jsp @@ -0,0 +1,107 @@ +<%-- + Created by IntelliJ IDEA. + User: DELL + Date: 2026/5/11 + Time: 14:00 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + 添加商品 + + + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + diff --git a/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/testGetData.jsp b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/testGetData.jsp new file mode 100644 index 0000000..26d636e --- /dev/null +++ b/out/artifacts/grademanagement_SpringMVCProject_Web_exploded/testGetData.jsp @@ -0,0 +1,116 @@ +<%-- + Created by IntelliJ IDEA. + User: DELL + Date: 2026/4/27 + Time: 14:58 + To change this template use File | Settings | File Templates. +--%> +<%@ page contentType="text/html;charset=UTF-8" language="java" %> + + + 添加商品 + + + +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + \ No newline at end of file diff --git a/out/production/grademanagement-SpringMVCProject/com/ssm/controller/ProductController.class b/out/production/grademanagement-SpringMVCProject/com/ssm/controller/ProductController.class new file mode 100644 index 0000000..8114a98 Binary files /dev/null and b/out/production/grademanagement-SpringMVCProject/com/ssm/controller/ProductController.class differ diff --git a/out/production/grademanagement-SpringMVCProject/com/ssm/entity/Product.class b/out/production/grademanagement-SpringMVCProject/com/ssm/entity/Product.class new file mode 100644 index 0000000..9a9b184 Binary files /dev/null and b/out/production/grademanagement-SpringMVCProject/com/ssm/entity/Product.class differ diff --git a/out/production/grademanagement-SpringMVCProject/com/ssm/entity/User.class b/out/production/grademanagement-SpringMVCProject/com/ssm/entity/User.class new file mode 100644 index 0000000..b710c12 Binary files /dev/null and b/out/production/grademanagement-SpringMVCProject/com/ssm/entity/User.class differ diff --git a/out/production/grademanagement-SpringProject/com/ssm/aop/Course.class b/out/production/grademanagement-SpringProject/com/ssm/aop/Course.class new file mode 100644 index 0000000..2be86fb Binary files /dev/null and b/out/production/grademanagement-SpringProject/com/ssm/aop/Course.class differ diff --git a/out/production/grademanagement-SpringProject/com/ssm/aop/Exam.class b/out/production/grademanagement-SpringProject/com/ssm/aop/Exam.class new file mode 100644 index 0000000..e38ee22 Binary files /dev/null and b/out/production/grademanagement-SpringProject/com/ssm/aop/Exam.class differ diff --git a/out/production/grademanagement-SpringProject/com/ssm/aop/Score.class b/out/production/grademanagement-SpringProject/com/ssm/aop/Score.class new file mode 100644 index 0000000..c75c697 Binary files /dev/null and b/out/production/grademanagement-SpringProject/com/ssm/aop/Score.class differ diff --git a/out/production/grademanagement-SpringProject/com/ssm/di/annotation/Exam.class b/out/production/grademanagement-SpringProject/com/ssm/di/annotation/Exam.class new file mode 100644 index 0000000..9fc1af8 Binary files /dev/null and b/out/production/grademanagement-SpringProject/com/ssm/di/annotation/Exam.class differ diff --git a/out/production/grademanagement-SpringProject/com/ssm/di/xml/Exam.class b/out/production/grademanagement-SpringProject/com/ssm/di/xml/Exam.class new file mode 100644 index 0000000..0f68c3a Binary files /dev/null and b/out/production/grademanagement-SpringProject/com/ssm/di/xml/Exam.class differ diff --git a/out/production/grademanagement-SpringProject/com/ssm/di/xml/Score.class b/out/production/grademanagement-SpringProject/com/ssm/di/xml/Score.class new file mode 100644 index 0000000..75e6321 Binary files /dev/null and b/out/production/grademanagement-SpringProject/com/ssm/di/xml/Score.class differ