# vue-admin-service **Repository Path**: bincloud/vue-admin-service ## Basic Information - **Project Name**: vue-admin-service - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-01-23 - **Last Updated**: 2023-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin-service #### 介绍 ![element-plus:1.x](https://img.shields.io/badge/element--plus-1.x-brightgreen) ![springboot:2.x](https://img.shields.io/badge/springboot-2.x-brightgreen) ![license:Apache 2](https://img.shields.io/badge/license-Apache%202-blue) 该解决方案采用当下非常流行的开发模式,是一个前后端分离的解决方案,通过剖析典型的中后端业务需求,采用前后端分离的架构开发搭建中后台产品。 其中 [vue-admin-element](https://gitee.com/bincloud/vue-admin-element) 是一个后台前端解决方案,基于 [vue 3](https://v3.cn.vuejs.org/) 和 [element-plus 1](https://element-plus.gitee.io/zh-CN/) 实现。使用最新的前端技术栈,内置 i18 国际化,主题换肤,动态路由,权限验证等,提供丰富多样的功能组件,可快速搭建起典型的后台前端系统。而 [vue-admin-service](https://gitee.com/bincloud/vue-admin-service) 是一个后台后端解决方案,基于 [spring boot 2](https://spring.io/projects/spring-boot) ,[spring security 5](https://spring.io/projects/spring-security) ,[mybatis-plus 3](https://baomidou.com/) , 实现。使用最新的后端技术栈,内置 [Swagger 3 API](http://springfox.github.io/springfox/) 文档,权限验证,token 认证等,提供丰富多样的功能,可高效搭建便捷的API接口系统。 #### 内置功能 1. 用户管理 2. 角色管理 3. 资源管理 4. 菜单管理 5. 登录日志 6. 代码生成(mybatis-plus) #### 当前版本 ``` -- V1.0.0 -- 用户认证 √ -- 用户管理 √ -- 角色管理 √ -- 权限管理 √ -- 菜单管理 √ ```