[TOC]
项目为前后分离项目
1、前端(front-end)
- 基于 vue-admin-template 开发
2、后端(rear-end)
- Jdk8
- Maven3
- MySQL5.7
- SpringBoot2
- SQLYog
-
前端源码地址
https://github.com/Negen9527/student-manage-system-front -
后台源码地址
https://github.com/Negen9527/student-manage-system-rear
-
前端
1、git clone https://github.com/Negen9527/student-manage-system-front.git
2、cd student-manage-system-front
3、npm install
4、npm run dev
5、浏览器访问 http://localhost:9528 -
后台
1、git clone https://github.com/Negen9527/student-manage-system-rear.git
2、导入idea 等待maven依赖下载完成
3、创建数据库 db_stu_man_sys
4、修改项目配置文件中的数据库连接 账号、密码等相关配置
5、启动项目