parent
5c3ce991b8
commit
b22752797d
@ -0,0 +1,19 @@
|
||||
<component name="libraryTable">
|
||||
<library name="aspectjweaver-1.9.7 (2)">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/aspectjweaver-1.9.7.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/commons-logging-1.1.1.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/servlet-api.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-aop-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-aspects-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-beans-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-context-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-core-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-expression-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-web-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-webmvc-5.1.6.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
||||
@ -0,0 +1,16 @@
|
||||
<component name="libraryTable">
|
||||
<library name="aspectjweaver-1.9.7 (3)">
|
||||
<CLASSES>
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/aspectjweaver-1.9.7.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/commons-logging-1.1.1.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-aop-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-beans-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-context-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-core-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-expression-5.1.6.RELEASE.jar!/" />
|
||||
<root url="jar://$PROJECT_DIR$/equipment-SpringMVCProject/web/WEB-INF/lib/spring-web-5.1.6.RELEASE.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
</library>
|
||||
</component>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,16 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: AA7
|
||||
Date: 2026/5/13
|
||||
Time: 14:12
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>入门程序</title>
|
||||
</head>
|
||||
<body>
|
||||
success!
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,16 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>操作成功</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Success!</h2>
|
||||
<p>实验室编号:${lab.labId}</p>
|
||||
<p>实验室名称:${lab.labName}</p>
|
||||
<p>位置:${lab.location}</p>
|
||||
<p>容纳人数:${lab.capacity}</p>
|
||||
<p>状态:${lab.status}</p>
|
||||
<p>管理员:${lab.manager}</p>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,17 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>操作成功</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Success!</h2>
|
||||
<p>材料编号:${material.mid}</p>
|
||||
<p>材料名称:${material.mname}</p>
|
||||
<p>规格型号:${material.spec}</p>
|
||||
<p>库存数量:${material.stockNum}</p>
|
||||
<p>单位:${material.unit}</p>
|
||||
<p>单价:${material.price}</p>
|
||||
<p>供应商:${material.supplier}</p>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,16 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>操作成功</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Success!</h2>
|
||||
<p>记录编号:${stock.stockId}</p>
|
||||
<p>材料编号:${stock.mid}</p>
|
||||
<p>操作类型:${stock.type}</p>
|
||||
<p>数量:${stock.num}</p>
|
||||
<p>操作日期:${stock.opDate}</p>
|
||||
<p>操作人:${stock.operator}</p>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,16 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>操作成功</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Success!</h2>
|
||||
<p>预约编号:${reservation.rid}</p>
|
||||
<p>用户编号:${reservation.uid}</p>
|
||||
<p>实验室编号:${reservation.labId}</p>
|
||||
<p>开始日期:${reservation.startDate}</p>
|
||||
<p>结束日期:${reservation.endDate}</p>
|
||||
<p>状态:${reservation.status}</p>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,15 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>操作成功</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Success!</h2>
|
||||
<p>用户编号:${user.uid}</p>
|
||||
<p>用户名:${user.username}</p>
|
||||
<p>真实姓名:${user.realName}</p>
|
||||
<p>手机号:${user.phone}</p>
|
||||
<p>角色:${user.role}</p>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,25 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>实验室管理</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>添加实验室信息</h3>
|
||||
<form action="${pageContext.request.contextPath}/lab/newadd" method="post">
|
||||
实验室编号:<input type="text" name="labId"><br><br>
|
||||
实验室名称:<input type="text" name="labName"><br><br>
|
||||
位置:<input type="text" name="location"><br><br>
|
||||
容纳人数:<input type="text" name="capacity"><br><br>
|
||||
状态:
|
||||
<select name="status">
|
||||
<option value="可用">可用</option>
|
||||
<option value="维修中">维修中</option>
|
||||
<option value="停用">停用</option>
|
||||
</select><br><br>
|
||||
管理员:<input type="text" name="manager"><br><br>
|
||||
<input type="submit" value="添加">
|
||||
<input type="reset" value="重置">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,21 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>添加材料</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>添加材料信息</h3>
|
||||
<form action="${pageContext.request.contextPath}/material/newadd" method="post">
|
||||
材料编号:<input type="text" name="mid"><br><br>
|
||||
材料名称:<input type="text" name="mname"><br><br>
|
||||
规格型号:<input type="text" name="spec"><br><br>
|
||||
库存数量:<input type="text" name="stockNum"><br><br>
|
||||
单位:<input type="text" name="unit"><br><br>
|
||||
单价:<input type="text" name="price"><br><br>
|
||||
供应商:<input type="text" name="supplier"><br><br>
|
||||
<input type="submit" value="添加">
|
||||
<input type="reset" value="重置">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,24 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>材料出入库</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>添加材料出入库记录</h3>
|
||||
<form action="${pageContext.request.contextPath}/stock/newadd" method="post">
|
||||
记录编号:<input type="text" name="stockId"><br><br>
|
||||
材料编号:<input type="text" name="mid"><br><br>
|
||||
操作类型:
|
||||
<select name="type">
|
||||
<option value="入库">入库</option>
|
||||
<option value="出库">出库</option>
|
||||
</select><br><br>
|
||||
数量:<input type="text" name="num"><br><br>
|
||||
操作日期:<input type="date" name="opDate"><br><br>
|
||||
操作人:<input type="text" name="operator"><br><br>
|
||||
<input type="submit" value="提交">
|
||||
<input type="reset" value="重置">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,25 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>预约管理</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>添加预约信息</h3>
|
||||
<form action="${pageContext.request.contextPath}/reservation/newadd" method="post">
|
||||
预约编号:<input type="text" name="rid"><br><br>
|
||||
用户编号:<input type="text" name="uid"><br><br>
|
||||
实验室编号:<input type="text" name="labId"><br><br>
|
||||
开始日期:<input type="date" name="startDate"><br><br>
|
||||
结束日期:<input type="date" name="endDate"><br><br>
|
||||
状态:
|
||||
<select name="status">
|
||||
<option value="待审核">待审核</option>
|
||||
<option value="已通过">已通过</option>
|
||||
<option value="已拒绝">已拒绝</option>
|
||||
</select><br><br>
|
||||
<input type="submit" value="提交">
|
||||
<input type="reset" value="重置">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,24 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" pageEncoding="UTF-8" %>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>添加用户</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>添加用户信息</h3>
|
||||
<form action="${pageContext.request.contextPath}/user/newadd" method="post">
|
||||
用户编号:<input type="text" name="uid"><br><br>
|
||||
用户名:<input type="text" name="username"><br><br>
|
||||
密码:<input type="password" name="password"><br><br>
|
||||
真实姓名:<input type="text" name="realName"><br><br>
|
||||
手机号:<input type="text" name="phone"><br><br>
|
||||
角色:
|
||||
<select name="role">
|
||||
<option value="管理员">管理员</option>
|
||||
<option value="普通用户">普通用户</option>
|
||||
</select><br><br>
|
||||
<input type="submit" value="添加">
|
||||
<input type="reset" value="重置">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,16 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: AA7
|
||||
Date: 2026/4/23
|
||||
Time: 9:07
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>入门程序</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="hello">hello world</a>
|
||||
</body>
|
||||
</html>
|
||||
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:context="http://www.springframework.org/schema/context"
|
||||
xsi:schemaLocation="
|
||||
http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://www.springframework.org/schema/context
|
||||
http://www.springframework.org/schema/context/spring-context.xsd">
|
||||
|
||||
<!-- 开启注解扫描 -->
|
||||
<context:component-scan base-package="com.ssm.di.annotation"/>
|
||||
|
||||
</beans>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE configuration
|
||||
PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-config.dtd">
|
||||
<!-- mybatis全局配置文件 -->
|
||||
<configuration>
|
||||
|
||||
</configuration>
|
||||
Binary file not shown.
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:context="http://www.springframework.org/schema/context"
|
||||
xmlns:mvc="http://www.springframework.org/schema/mvc"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/tool http://www.springframework.org/schema/tool/spring-tool.xsd http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc.xsd">
|
||||
|
||||
</beans>
|
||||
@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:context="http://www.springframework.org/schema/context"
|
||||
xsi:schemaLocation="
|
||||
http://www.springframework.org/schema/beans
|
||||
http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
http://www.springframework.org/schema/context
|
||||
http://www.springframework.org/schema/context/spring-context.xsd">
|
||||
|
||||
<!-- 开启注解扫描 -->
|
||||
<context:component-scan base-package="com.ssm.di.annotation"/>
|
||||
|
||||
</beans>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,4 @@
|
||||
driver=com.mysql.cj.jdbc.Driver
|
||||
url=jdbc:mysql://localhost:3306/ssm_farm?serverTimezone=Asia/Shanghai
|
||||
user=root
|
||||
password=root
|
||||
Loading…
Reference in new issue