# studentManager **Repository Path**: fgba/student-manager ## Basic Information - **Project Name**: studentManager - **Description**: 学生管理系统后台接口 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-01 - **Last Updated**: 2022-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # studentManager 学生管理系统 dev分支为开发分支,swagger文档地址为 localhost:+端口号/doc.html ,例如:http://localhost:8080/doc.html 修改代码后在日志信息上写明修改的模块 ## document文件夹 建表语句、建库语句,数据库设计文档,需求文档 ### 注意事项 在推送到 git 前请在 idea 中使用 Ctrl+Alt+L 快捷键对代码进行格式化,使用 Ctrl+Alt+O 快捷键删除代码中无效的类 在数据库更新后请更新再运行项目