-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
56 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,60 @@ | ||
# spring-cloud-vue-admin | ||
|
||
基于SpringCloud和Vue的权限管理系统 | ||
|
||
## 参考资料 | ||
## 简介 | ||
|
||
基于 Spring Boot、Spring Cloud、Vue、ElementUI的权限管理系统 | ||
|
||
## 功能 | ||
|
||
> ✔ 表示已完成,✘表示正在开发中 | ||
+ ✔ 系统登录:系统用户登录,系统登录认证(jwt token方式) | ||
+ ✔ 用户管理:新建用户,修改用户,删除用户,查询用户 | ||
+ ✔ 机构管理:新建机构,修改机构,删除机构,查询机构 | ||
+ ✔ 角色管理:新建角色,修改角色,删除角色,查询角色 | ||
+ ✔ 菜单管理:新建菜单,修改菜单,删除菜单,查询菜单 | ||
+ ✔ 系统日志:记录用户操作日志,查看系统执行日志记录 | ||
+ ✔ 数据监控:定制Druid信息,提供简洁有效的SQL监控 | ||
+ ✔ 聚合文档:Swagger在线文档,提供简洁美观的API文档 | ||
+ ✔ 主题切换:支持主题切换,自定主题颜色,一键换肤 | ||
+ ✘ 服务治理:集成Spring Cloud,实现全方位服务治理 | ||
+ ✘ 服务监控:集成Spring Boot Admin,实现微服务监控 | ||
|
||
## 开发环境 | ||
|
||
### 后端 | ||
|
||
+ IDE : IDEA2019.2 | ||
+ JDK : JDK 1.8.x。 | ||
+ Maven : Maven 3.6.2 | ||
+ MySQL: MySQL 5.7.15。 | ||
|
||
### 前端 | ||
|
||
+ IDE : WebStorm 2019.2 | ||
+ Webpack:webpack 3.2.x。 | ||
+ NODE: Node 10.16.x | ||
+ NPM : NPM 6.9.0 | ||
|
||
## 技术选型 | ||
|
||
### 后端 | ||
|
||
+ 核心框架:Spring Boot 2.1.4 | ||
+ 服务治理:Spring Cloud。 | ||
+ 持久层框架:MyBatis 3.x | ||
+ 数据库连接池:Druid 1.10 | ||
+ 安全框架:Spring Security + JWT | ||
+ 接口文档:Swagger 2.9.2 | ||
|
||
### 前端 | ||
|
||
+ 前端框架:Vue.js 2.x | ||
+ 页面库:Element 2.x | ||
+ 状态管理:Vuex.js 2.x | ||
+ 后台交互:axios 0.18.x | ||
+ 脚手架:Vue Cli: 4.0.5 | ||
+ 图标库:FontAwesome 4.0.x | ||
|
||
+ 前端:https://gitee.com/liuge1988/kitty-ui | ||
+ 后端:https://gitee.com/liuge1988/kitty | ||
+ 教程:https://gitee.com/liuge1988/mango-platform | ||
+ 书籍:[Spring Boot+Spring Cloud+Vue+Element项目实战:手把手教你开发权限管理系统](https://item.jd.com/12624380.html) | ||
> ![Spring Boot+Spring Cloud+Vue+Element项目实战:手把手教你开发权限管理系统](ref/images/参考书籍.jpg) |