From 2ed2056775c220b8b1a2be14722c4aa9eb865249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AE=87=E8=88=AA?= <653809315@qq.com> Date: Fri, 24 Nov 2023 13:58:05 +0800 Subject: [PATCH] first commit --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2152e28 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Boot-Admin V5 + +基于Java17,SpringBoot3,Spring security6,Mysql8,MybatisPlus的前后端分离的后台管理系统 + +| | | | +|---------------------------------------------------------------------------------|--------------------------------------------------------------------------------|--------------------------------------------------------------------------------| +| ![](https://github.com/hb0730/boot-admin/raw/v5/doc/asset/boot-admin_v5_1.png) | ![](https://github.com/hb0730/boot-admin/raw/v5/doc/asset/boot-admin_v5_2.png) | ![](https://github.com/hb0730/boot-admin/raw/v5/doc/asset/boot-admin_v5_2.png) | +| ![](https://github.com/hb0730/boot-admin/raw/v5/doc/asset/boot-admin_v5_3.png) | ![](https://github.com/hb0730/boot-admin/raw/v5/doc/asset/boot-admin_v5_5.png) | ![](https://github.com/hb0730/boot-admin/raw/v5/doc/asset/boot-admin_v5_6.png) | + + +## 开源地址 +| | 后端 | 前端 | +|--------|--------------------------------------|------------------------------------------| +| Github | https://github.com/hb0730/boot-admin | https://github.com/hb0730/boot-admin-ui | +| Gitee | https://gitee.com/hb0730/boot-admin/ | https://gitee.com/hb0730/boot-admin-ui | + +## 特征 +* 前端采用vue-pure-admin (Vue3,Element-Plus,Vite) +* 支持动态菜单与路由 +* 自定义权限认证与Security的结合使用 +## 在线预览 +https://boot.hb0730.com/next + +**admin/123456 能不能访问凭运气,Java Server: HK,Redis Server: HK,Mysql Server:HK** + + +## SQL 所在地 +> doc/sql/boot-admin.sql + +## question +* 为什么实时请求routes + >1. 首先我们后端已经缓存了当前用户路由 + >2. 我们采用EventListener,当管理者更改了用户权限能够实时响应, + >3. 如果要前端缓存,可以开启前端配置: `CachingAsyncRoutes` \ No newline at end of file