修改使用说明文档

This commit is contained in:
雷宇 2025-12-09 17:55:44 +08:00
parent f1a38769f0
commit 840895d9c6
2 changed files with 4 additions and 8 deletions

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/Student-Attendance-Management-System.iml" filepath="$PROJECT_DIR$/Student-Attendance-Management-System.iml" />
</modules>
</component>
</project>

View File

@ -20,6 +20,10 @@
#### 使用说明
1. 运行 **com.lxq** 包下的 **DemoApplication.java**
2. 创建一个数据库,数据库的名字为 Student-Attendance-Management-System然后运行这个sql文件相应的数据库表就有了。
3. 打开浏览器,输入 **http://localhost:端口号** ,进入系统主页。
4. 登录系统,用户名为 **admin** ,密码为 **111**
5. 系统首页包含学生选课、请假管理、教师开课、签到管理等功能。
#### 参与贡献