# AdminLiberty **Repository Path**: liliudong/template-backend ## Basic Information - **Project Name**: AdminLiberty - **Description**: AdminLiberty 管理后台项目,欢迎白嫖~ - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 6 - **Created**: 2024-07-29 - **Last Updated**: 2026-03-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # template-backend #### 介绍 Template是一个权限管理系统,目前功能比较简单, **支持用户、角色、部门的控权** ,支持 **数据权限** ,支持配套的 **代码生成器** ,适合个人学习和快速后台项目搭建,无需授权, **欢迎白嫖** ! #### 软件架构 前端:Vue3、Vite、Naive UI、Tailwindcss 后端:SpringBoot3.X、Mybatis-flex、Sa-token、MySQL 前端环境推荐 Node20+ 后端环境推荐 Jdk17+、Maven3.9.X #### 启动教程 **-- 后台项目启动** 1. `git clone https://gitee.com/liliudong/template-backend.git` 2. 使用IDEA正常打开项目(Maven配置略) ![项目目录](https://foruda.gitee.com/images/1722583452482810422/704174d0_2340308.png "屏幕截图") 3. 导入数据库脚本,脚本在`template-backend/_sql/backend_template.sql` 4. 修改数据库配置 ![数据库配置](https://foruda.gitee.com/images/1722583558345564341/a5542583_2340308.png "屏幕截图") 5. 启动后台项目 ![启动项目](https://foruda.gitee.com/images/1722583600671394267/2d876944_2340308.png "屏幕截图") **-- 前端项目启动** 1. 命令行切到前段目录下`template-backend/template-frontend` ![前端代码](https://foruda.gitee.com/images/1722583737042573337/accee790_2340308.png "屏幕截图") 2. 执行`yarn install` 3. 执行`npm run dev`即可启动项目 不喜勿喷,欢迎提issue和新的需求~ 欢迎白嫖~