An open API service indexing awesome lists of open source software.

https://github.com/ivanmao714/admin_system

后台管理系统(sprintboot + Vue 前后端分离)
https://github.com/ivanmao714/admin_system

axios element-plus mybatis springboot springsecurity vue

Last synced: 26 days ago
JSON representation

后台管理系统(sprintboot + Vue 前后端分离)

Awesome Lists containing this project

README

          

## 管理系统

### 技术栈

- 前端:Vue, Element-plus, Vue-router, Vuex, Axios, JavaScript
- 后端:Springboot, SpringSecurity,MyBaits, SpringMVC

### 效果展示

### 代码运行

#### 前端

1. 安装Node.js
2. 在Vue目录下运行npm install
3. 运行 npm run dev

#### 后端

1. 创建数据库(init.sql)
2. 修改配置文件
3. 运行SpringApplication

### 登陆校验流程

![](./img/登陆校验流程.png)

### NEXT TO DO...

1. 第三方登录接入
2. 数据库设计优化
3. token验证机制