{"id":18849339,"url":"https://github.com/rstyro/admin-plus","last_synced_at":"2025-04-05T02:10:17.490Z","repository":{"id":37171849,"uuid":"163942355","full_name":"rstyro/admin-plus","owner":"rstyro","description":"admin,后台脚手架","archived":false,"fork":false,"pushed_at":"2025-03-14T15:43:36.000Z","size":19791,"stargazers_count":137,"open_issues_count":0,"forks_count":49,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T01:12:56.034Z","etag":null,"topics":["admin","admin-plus","admin-ui","springboot-admin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rstyro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-03T08:09:24.000Z","updated_at":"2025-03-14T15:43:40.000Z","dependencies_parsed_at":"2024-07-16T10:44:50.871Z","dependency_job_id":"7dffc3f2-f93b-44cd-9611-503000479db9","html_url":"https://github.com/rstyro/admin-plus","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstyro%2Fadmin-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstyro%2Fadmin-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstyro%2Fadmin-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rstyro%2Fadmin-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rstyro","download_url":"https://codeload.github.com/rstyro/admin-plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276189,"owners_count":20912288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["admin","admin-plus","admin-ui","springboot-admin"],"created_at":"2024-11-08T03:19:19.726Z","updated_at":"2025-04-05T02:10:17.468Z","avatar_url":"https://github.com/rstyro.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![build](https://img.shields.io/badge/build-passing-success.svg)]()\n[![jdkversions](https://img.shields.io/badge/Java-1.8%2B-success.svg)]()\n[![maven](https://img.shields.io/badge/Maven-V3.3.9-success.svg)]()\n[![SpringBoot](https://img.shields.io/badge/SpringBoot-V2.1.0-success.svg)]()\n[![Mybatis_Plus](https://img.shields.io/badge/Mybatis_Plus-V3.0.1-success.svg)]()\n[![Apache2.0](https://img.shields.io/badge/Apache-2.0-success.svg)]()\n\n# admin-plus\n- 这个项目是我把以前的 [admin](https://github.com/rstyro/admin) 项目重新整理了一个\n- 全新升级，使用轻量级Java权限认证框架Sa-Token\n- 代码优化重构\n\n## Maven 模块包\n+ admin-common     \n公用包，这个是存放一些常用的工具类，把它当成一个jar 使用.  \n所以可以 用maven 命令，把它安装到本地仓库\n+ admin-controller       \n核心包，这个就是admin 的 所有核心内容了，部署也是部署这个包就可以了，  \n都是springboot 项目，部署应该也不难  \n如果不怎么清楚部署的话，可以看我以前的文章：[Spring Boot-打包部署](https://rstyro.github.io/blog/2017/09/20/Spring%20Boot%20(%E5%8D%81)%EF%BC%9A%E6%89%93%E5%8C%85%E9%83%A8%E7%BD%B2/)\n\n+ admin-generator  \n代码生成器,因为是后台吗，所以页面是少不了的，然后有些页面几乎长的都差不多一样，所以抽出来一个模板，\n这样可以节省很多时间，也不需要做重复的操作,如果模板不适合你们的业务，可以自己修改模板\n`codeTemplates`、`pageTemplates` 这两个下面的`ftl` 文件\n\n\n## 功能\n+ 菜单权限\n+ 角色权限\n+ 用户管理\n\n## 快速使用\n+ 导入`mysql` 脚本 `admin.sql` 到你的数据库\n+ 修改`resources/application.yml` 下的数据库用户名与密码  \n脚本默认的账户：admin/amdin\n+ 启动 `Application` 即可\n\n## Tip\n#### 1、demo 示例\n`admin-core` 模块下的 `com.lrs.core.act` 就是一个 demo 包  \n对应的表就是 `act_acticle`,这个包里面的代码大部分是代码生成器生成的  \n可以仿造它写，就可以使用了，会使用之后，把与其想关的删除掉即可\n#### 2、MybatisPlus 文档：  \n[https://mp.baomidou.com/guide/config.html](https://mp.baomidou.com/guide/config.html)\n\n#### 3、old分支\n- 这个是分支是旧版的代码\n- 目前的master分支是经过瘦身处理，adminlte只保留了小部分内容\n\n#### 4、代码生成器教程示例图\n\n![示例图](https://github.com/rstyro/admin-plus/blob/master/1.png)\n![示例图](https://github.com/rstyro/admin-plus/blob/master/2.png)\n![示例图](https://github.com/rstyro/admin-plus/blob/master/3.png)\n![示例图](https://github.com/rstyro/admin-plus/blob/master/4.png)\n![示例图](https://github.com/rstyro/admin-plus/blob/master/5.png)\n![示例图](https://github.com/rstyro/admin-plus/blob/master/6.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstyro%2Fadmin-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frstyro%2Fadmin-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frstyro%2Fadmin-plus/lists"}