# leave_spring **Repository Path**: java-sauce/leave_spring ## Basic Information - **Project Name**: leave_spring - **Description**: 基于ssm+vue前后端分离课堂考勤系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-04 - **Last Updated**: 2023-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # leave_spring #### 基于ssm+vue前后端分离课堂考勤系统,权限用SpringAop完成,Excel导入用AlibabaEasyExcel,很多表单校验和后端校验没做,赶时间。 #### 前端启动流程: - 必须有node环境 - 在vue-admin下启动终端 - 输入npm install下载前端依赖 - 输入npm run dev 运行前端项目 #### 后端启动流程: - 加载下pom - 修改resource下的db.properties,把数据库改成自己的 - 管理员管理页面 ![image](https://user-images.githubusercontent.com/46312799/147228306-4f80c67e-4a8b-4642-8015-e7a5f93239ea.png) - 角色管理页面(没用到懒得写了) ![image](https://user-images.githubusercontent.com/46312799/147228810-e02d35bc-ddb2-43be-9acc-3851393297a6.png) - 二级学院管理页面 ![image](https://user-images.githubusercontent.com/46312799/147228844-5a400d67-f4da-4493-83d6-279f29be9cd5.png) - 教师管理界面 ![image](https://user-images.githubusercontent.com/46312799/147228858-4b6e481d-44aa-452e-85f6-8f566c2b9a8f.png) - 课堂管理界面 ![image](https://user-images.githubusercontent.com/46312799/147228874-cc4e24b0-9fee-4432-950e-988e12b55c31.png) - 班级管理界面 ![image](https://user-images.githubusercontent.com/46312799/147228897-ebe4074c-7ce3-412d-9ef7-5344a136f43c.png) - 学生管理界面 ![image](https://user-images.githubusercontent.com/46312799/147228920-5791077c-2df1-4a82-93ed-34e16bee6ce7.png) - 选课管理界面 ![image](https://user-images.githubusercontent.com/46312799/147228934-e86e0b83-e1a5-407e-93bd-4590f4d986f9.png) - 缺勤统计界面 ![image](https://user-images.githubusercontent.com/46312799/147228957-4bc8f293-47af-40df-8f25-a6941b3787a9.png) - 登录界面 ![image](https://user-images.githubusercontent.com/46312799/147229001-ce027a7c-156b-4755-941b-55d0bd8f2325.png) - 首页 ![image](https://user-images.githubusercontent.com/46312799/147228985-f6703a12-d681-4c43-93a1-6ceb67a91a96.png) - 选课 ![image](https://user-images.githubusercontent.com/46312799/147229468-b760fe77-6476-4433-a7d7-0d8af6cf256d.png) - 全班点名 ![image](https://user-images.githubusercontent.com/46312799/147229511-995f5520-5fa3-4c5a-ace6-60a63e2105ae.png) - 随机点名 ![image](https://user-images.githubusercontent.com/46312799/147229540-667d4f5b-1d39-4ae6-a314-bfc1581eeca0.png) ## excel批量导入学生必须按照我指定格式导入(excel文件后缀xlsx,) ![image](https://user-images.githubusercontent.com/46312799/147229118-51b42099-2ec8-49c0-b187-a448a6bf07d1.png) ### 重点!!!!!里面的班级id必须是已有的班级id [excel示例下载](https://fxb-jzj.oss-cn-guangzhou.aliyuncs.com/excel/student.xlsx ) #### 个人博客 https://www.jzjzzzz.icu/ #### 邮箱 946232976@qq.com