From fbb9fb5846c25b89169affa5d58eb2a8d50a689f Mon Sep 17 00:00:00 2001 From: 18237870573 <2046906659@qq.com> Date: Mon, 10 Apr 2023 19:16:28 +0800 Subject: [PATCH] ADD file via upload --- .../webapp/WEB-INF/views/product/list.jsp | 148 ++++++++++++++++++ 1 file changed, 148 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/product/list.jsp diff --git a/src/main/webapp/WEB-INF/views/product/list.jsp b/src/main/webapp/WEB-INF/views/product/list.jsp new file mode 100644 index 0000000..c9757fa --- /dev/null +++ b/src/main/webapp/WEB-INF/views/product/list.jsp @@ -0,0 +1,148 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@include file="../common/header.jsp"%> +