# StudentScoreManagerSystem **Repository Path**: xiyg/student-score-manager-system ## Basic Information - **Project Name**: StudentScoreManagerSystem - **Description**: 前后端分离的学生管理系统 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-04 - **Last Updated**: 2022-11-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: MyBatis, mybatis-plus, Vue, Vuex, Element-UI ## README # StudentScoreManagerSystem #### 介绍 {**springboot+mybatis-plus+mysql+vue+elementui** #### 软件架构 springboot+mybatis-plus+mysql+vue+elementui 【数据库脚本】[输入链接说明](https://gitee.com/xiyg/student-score-manager-system/blob/master/student_boot.sql) #### 安装教程 - 后台部分 1. 搭建springboot项目 2. 数据库设计和添加测试数据 3. 完成登录接口并测试 4. JWT返回token 5. 后台统一返回处理 6. 异常统一处理 7. 配置拦截器处理登录 8. 配置跨域请求处理 - 前台部分 [前端代码https://gitee.com/xiyg/student-score-manager-system-front.git](https://gitee.com/xiyg/student-score-manager-system-front.git) 前端使用vue/cli - 使用vue@4 - "axios": "^1.1.3", - "core-js": "^3.6.5", - "element-ui": "^2.15.10", - "nprogress": "^0.2.0", - "qs": "^6.11.0", - "vue": "^2.6.11", - "vue-router": "^3.6.5", - "vuex": "^3.6.2" 参考视频[https://www.bilibili.com/video/BV1ng41197RM?p=1](https://www.bilibili.com/video/BV1ng41197RM?p=1)