Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fanxinglong/fisher
Browse files Browse the repository at this point in the history
  • Loading branch information
fxllong committed Mar 3, 2019
2 parents 4d4e1a0 + efcd3f9 commit 10c6e34
Showing 1 changed file with 21 additions and 29 deletions.
50 changes: 21 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# fisher
基于Spring cloud Oauth2和Element-UI-Admin的后台权限管理框架
基于Spring cloud Alibaba,Oauth2,基于VUE的后台权限管理框架,集成了基于MQ的可靠消息的分布式事务解决方案。
- 感兴趣可以加QQ群:591363691

# About

## 技术栈
此项目是 Spring cloud Oauth2 构建的后台管理系统,计划采用以下技术
- 注册中心:Nacos
- 服务网关:Spring cloud-Gateway
Expand Down Expand Up @@ -32,34 +33,10 @@
- fisher-starter 自定义封装各种starer 目前封装了日志处理
- fisher-gateway 后端统一入口,提供动态路由,oauth2的资源服务器


# 说明
![index](https://github.com/fanxinglong/fisher/blob/master/docs/msg.png)

### 基于BASE理论-MQ实现可靠消息最终一致性的分布式事务解决方案架构图
![index](https://github.com/fanxinglong/fisher/blob/master/docs/tsc.png)

> 如果对您对此项目有兴趣,可以点 "Star" 支持一下 谢谢! ^_^
> 或者您可以 "follow" 一下
> 开发环境 macOS 10.12.4
> 如有问题请直接在 Issues 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍
> 传送门:[前端项目地址](https://github.com/fanxinglong/fisher-admin)
## 技术栈
Spirng cloud

## 项目运行


```
git clone https://github.com/fanxinglong/fisher-admin
git clone https://github.com/fanxinglong/fisher
先配置数据库,然后reids,需要启动rabbitmq
启动顺序:一定要按顺序启动
先启动Nacos
fisher-auth
Expand All @@ -71,14 +48,29 @@ fisher-file
fisher-gateway
前端启动参照前端项目
```

> 如果对您对此项目有兴趣,可以点 "Star" 支持一下 谢谢! ^_^
> 或者您可以 "follow" 一下
> 开发环境 macOS 10.12.4
> 如有问题请直接在 Issues 中提,或者您发现问题并有非常好的解决方案,欢迎 PR 👍
> 传送门:[前端项目地址](https://github.com/fanxinglong/fisher-admin)
# 说明
![index](https://github.com/fanxinglong/fisher/blob/master/docs/msg.png)

### 基于BASE理论-MQ实现可靠消息最终一致性的分布式事务解决方案架构图
![index](https://github.com/fanxinglong/fisher/blob/master/docs/tsc.png)

# 功能列表

- [x] 登陆/注销 -- 完成
- [x] 登录/注销 -- 完成
- [x] 权限管理 -- 完成
- [x] 数据展示 -- 完成
- [x] 消息管理 -- 完成
- [x] 日志展示 -- 完成
- [x] 管理用户 -- 完成
- [x] 管理员设置 -- 完成
Expand Down

0 comments on commit 10c6e34

Please sign in to comment.