# boot-admin-ui-5 **Repository Path**: Silence-Echo/boot-admin-ui-5 ## Basic Information - **Project Name**: boot-admin-ui-5 - **Description**: 劝君莫惜金缕衣,劝君惜取少年时。 花开堪折直须折,莫待无花空折枝。 - **Primary Language**: HTML - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2025-06-28 - **Last Updated**: 2025-09-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 | | | | Gitee | | | ## 特征 - 前端采用 vue-pure-admin (Vue3,Element-Plus,Vite) - 支持动态菜单与路由 - 自定义权限认证与 Security 的结合使用 ## 在线预览 **admin/123456 能不能访问凭运气,Java Server: HK,Redis Server: HK,Mysql Server:HK** ## SQL 所在地 > doc/sql/boot-admin.sql ## question - 为什么实时请求 routes > 1. 首先我们后端已经缓存了当前用户路由 > 2. 我们采用 EventListener,当管理者更改了用户权限能够实时响应, > 3. 如果要前端缓存,可以开启前端配置: `CachingAsyncRoutes`