All Projects → rstyro → Admin Plus

rstyro / Admin Plus

Licence: apache-2.0
admin,后台脚手架

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Admin Plus

Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+19974.14%)
Mutual labels:  admin, admin-ui
Shards Dashboard
🔥A beautiful Bootstrap 4 admin dashboard templates pack.
Stars: ✭ 1,143 (+885.34%)
Mutual labels:  admin, admin-ui
Jpproject.identityserver4.adminui
🔧 ASP.NET Core 3 & Angular 8 Administration Panel for 💞IdentityServer4 and ASP.NET Core Identity
Stars: ✭ 717 (+518.1%)
Mutual labels:  admin, admin-ui
Adminkit
🧰 AdminKit is a free & open source Bootstrap 5 Admin Template
Stars: ✭ 395 (+240.52%)
Mutual labels:  admin, admin-ui
Ant Back
🚀 react后台,后台管理系统
Stars: ✭ 90 (-22.41%)
Mutual labels:  admin, admin-ui
Kongdash
An elegant desktop client for Kong Admin API
Stars: ✭ 449 (+287.07%)
Mutual labels:  admin, admin-ui
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-53.45%)
Mutual labels:  admin, admin-ui
Ok Admin
一个很赞的,扁平化风格的,响应式布局的通用后台模版解决方案,旨为后端程序员减压!目前ok-admin v2.0代码托管在Gitee,如果您觉得好用,star支持一下,么么哒!Gitee传送门:https://gitee.com/wudibo/ok-admin
Stars: ✭ 263 (+126.72%)
Mutual labels:  admin, admin-ui
Shards Dashboard React
⚛️A free and beautiful React admin dashboard template pack.
Stars: ✭ 1,268 (+993.1%)
Mutual labels:  admin, admin-ui
Staradmin Free Bootstrap Admin Template
A Free Responsive Admin Dashboard Template Built With Bootstrap 4. Elegant UI Theme for Your Web App!
Stars: ✭ 1,191 (+926.72%)
Mutual labels:  admin, admin-ui
Vue Framework Wz
👏vue后台管理框架👏
Stars: ✭ 3,757 (+3138.79%)
Mutual labels:  admin, admin-ui
Gentelella
Welcome to Gentelella - Responsive Bootstrap Admin Application based on the Foundation of Symfony and Gentelella!
Stars: ✭ 100 (-13.79%)
Mutual labels:  admin, admin-ui
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (+204.31%)
Mutual labels:  admin, admin-ui
Cleopatra
Admin Dashboard Template Built On Tailwind CSS
Stars: ✭ 521 (+349.14%)
Mutual labels:  admin, admin-ui
React Admin
A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design
Stars: ✭ 18,525 (+15869.83%)
Mutual labels:  admin, admin-ui
Rademade admin
Best rails admin panel!
Stars: ✭ 40 (-65.52%)
Mutual labels:  admin, admin-ui
ant-back-server
🚀 react后台,后台管理系统——后端(Koa)实现
Stars: ✭ 26 (-77.59%)
Mutual labels:  admin, admin-ui
plain-free-bootstrap-admin-template
Free Bootstrap 5 Admin and Dashboard Template that comes with all essential dashboard components, elements, charts, graph and application pages. Download now for free and use with personal or commercial projects.
Stars: ✭ 141 (+21.55%)
Mutual labels:  admin, admin-ui
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+923.28%)
Mutual labels:  admin, admin-ui
React Antd Admin
用React和Ant Design搭建的一个通用管理后台
Stars: ✭ 1,313 (+1031.9%)
Mutual labels:  admin, admin-ui

build jdkversions maven SpringBoot Mybatis_Plus Apache2.0

admin-plus

这个项目是我把以前的 admin 项目重新整理了一个

Maven 模块包

  • admin-common
    公用包,这个是存放一些常用的工具类,把它当成一个jar 使用.
    所以可以 用maven 命令,把它安装到本地仓库

  • admin-core
    核心包,这个就是admin 的 所有核心内容了,部署也是部署这个包就可以了,
    都是springboot 项目,部署应该也不难
    如果不怎么清楚部署的话,可以看我以前的文章:Spring Boot-打包部署

  • admin-generator
    代码生成器,因为是后台吗,所以页面是少不了的,然后有些页面几乎长的都差不多一样,所以抽出来一个模板, 这样可以节省很多时间,也不需要做重复的操作,如果模板不适合你们的业务,可以自己修改模板 codeTemplatespageTemplates 这两个下面的ftl 文件

功能

  • 菜单权限
  • 角色权限
  • 用户管理

快速使用

  • 导入mysql 脚本 admin.sql 到你的数据库
  • 修改resources/application.yml 下的数据库用户名与密码
    脚本默认的账户:admin/amdin
  • 启动 Application 即可

Tip

1、demo 示例

admin-core 模块下的 com.lrs.core.act 就是一个 demo 包
对应的表就是 act_acticle,这个包里面的代码大部分是代码生成器生成的
可以仿造它写,就可以使用了,会使用之后,把与其想关的删除掉即可

2、MybatisPlus 文档:

https://mp.baomidou.com/guide/config.html

3、代码生成器教程示例图

示例图 示例图 示例图 示例图 示例图 示例图

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].