You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
doc | 2 years ago | |
model | 2 years ago | |
other | 2 years ago | |
src | 2 years ago | |
README.md | 2 years ago |
README.md
班级通软件系统
本项目是Springboot+web端+小程序端的一个帮助班级管理, 方便班委操作的软件系统。
说明:代码审计工具不能正确识别小程序的代码量,我们实际编写的代码量应该是后端3200行左右+小程序端2000行左右(不包含开源框架代码)
相关文件介绍
-doc文件夹存放的是软件设计和开发过程中的系统相关文档
-model 存放软件设计过程中的UML模型
-src存放软件源代码包括后端和web端源代码(classhelper),小程序端源码(minigram),和mysql数据库配置文件script.sql
-other存放汇报PPT和自评报告
软件配置环境
后端要求JDK1.8
mysql要求版本5.7以上
小程序端使用微信开发者平台即可