基于springboot的高校疫情打卡上报系统设计与实现
摘要:在互联网环境下结合疫情防控要求,开发了基于微信小程序的体温填报、信息预警管理平台。随着微信小程序的热度越来越高,更多的人将目光放在这个平台。微信小程序具有基于微信的用户平台先天的优势,其次小程序用法很简单,用户只需扫码进入系统就能使用相应的功能,避免了App繁琐的下载注册等诸多不便,真正做到了用完即走的理念,用户不用担心手机上安装过多的软件,以及内存占用问题。
本次设计采用微信开发工具和基于Java语言的springboot框架实现了平台客户端和后台管理端。前台客户端主要功能包括用户身份的选择、个人信息管理、体温信息的填报,当日整体数据统计,人员填报信息汇总与下载;后台管理端主要包括对用户身份的录入、用户信息修改、部门管理、预警信息通知、体温定时填报通知、人员角色权限分配。该平台的开发不仅提供了一个体温上报、数据汇总、简化工作的同时,也在疫情防控期间开学做好安全保障。
关键词:疫情上报;疫情打卡;疫情管理;小程序;springboot
Abstract: In the Internet environment, combined with the requirements of epidemic prevention and control, a temperature filling and information early warning management platform based on WeChat mini program was developed.As the popularity of WeChat small programs increases, more people will focus on this platform.WeChat small program has the inherent advantage of the based on WeChat user platform, then small program usage is very simple, the user just scan the code into the system can use the corresponding function, avoid the App cumbersome download registration and many other inconvenience, really did the concept of use, users don't have to worry about installing too much software, and memory footprint.
This design adopts WeChat development tools and Java language-based springboot framework to implement the platform client and background management side.The main functions of front desk client include user identity selection, personal information management, temperature information filling, overall data statistics, personnel filling information summary and download; background management mainly includes user identity input, user information modification, department management, early warning information notification, temperature timing filling notification, and personnel role authority allocation.The development of the platform not only provides a temperature report, data summary and simplified work, but also provides a safety guarantee for the school semester during the epidemic prevention and control period.
Key words: epidemic reporting; epidemic clock in; epidemic management; small program; springboot
目录
基于springboot的高校疫情打卡上报系统设计与实现 1
0. 项目介绍 3
1. 需求分析 3
2.1 前端界面功能模块 3
2.2 后端管理端功能 3
2. 界面简洁,主题统一; 3
3. 管理员账号管理模块; 3
4. 使用Spring Security安全框架实现认证、访问控制; 3
5. 账号管理模块,可以锁定账号; 3
6. 有解决系统高并发问题的设计; 3
7. 提供大数据报表并导出Excel表格,相关人员通过报表可以一目了然查看相关信息; 3
8. 所有列表可以进行综合查询,特别是时间字段,并可以排序; 3
9. 所有列表可以导出excel文件或者pdf文件; 3
10. 接入莞工中央认证 4
11. 后台登录使用自定义图形验证码 4
3. 数据库设计 4
4. 前端设计 5
4.1 健康上报表单设计 5
4.2 中台管理系统设计 8
5. 后端设计 10
5.3.2 后台登录安全配置 12
5.4 数据导出模块设计 14
5.4.1 消息队列部分设计 14
5.4.2 数据导出工具类 16
5.11 其他核心接口设计 23
5.11.1 后台管理相关 23
5.11.2 表单相关 28