1 Star 0 Fork 343

huangfenghai / AdminLTE-admin

forked from telzhou618 / AdminLTE-admin 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

AdminLTE-admin 轻量级权限管理框架

项目说明


  1. AdminLTE-admin是以SpringMVC+Shiro+Mybatis为核心开发的精简后台基础系统。
  2. 包含用户管理,角色管理,部门管理,权限管理,菜单管理,日志管理等常用业务模块。
  3. 使用AdminLTE作为前端UI框架。
  4. 第三方Mybatis-plus作为ORM框架。
  5. Encache权限缓存。
  6. FreeMarker模板,页面拆分,封装公共部分。
  7. Druid数据源,数据库监控。
  8. 报表支持。

技术选型


AdminLTE、Spring MVC、Shiro、Mybatis、Mybatis-Plus、Mysql、Maven

快速开始


  1. 创建数据库AdminLTE-admin,导入resource/sql/AdminLTE-admin.sql
  2. cd ~/AdminLTE-admin
  3. mvn clean package -Dmaven.test.skip=true
  4. mvn jetty:run
  5. http://localhost:8080,账号/密码:admin/123456

参考项目


  1. https://github.com/almasaeed2010/AdminLTE
  2. http://mp.baomidou.com/#/

Docker部署


  1. 安装好Docker环境,登录到Docker服务器。
  2. git clone https://github.com/litzhou/AdminLTE-admin.git
  3. cd AdminLTE-admin
  4. docker build -t github.com/litzhou/AdminLTE_admin .
  5. docker run -p 8080:8080 -t github.com/litzhou/AdminLTE_admin
  6. http://ip:8080,账号/密码:admin/123456。
  7. 也可以借助第三方docker平台完成部署,这样更加省事,如:daocloud,csphere等docker云平台。

实例截图


说明:手动修改admin的密码可使用src/test/java下的TestAdmin生成admin的密码。

Empty file

About

AdminLTE+Spring+Shiro开发的后台基础系统,master版本加入了Shiro支持 expand collapse
Java
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
Java
1
https://gitee.com/huangfenghai/KangarooAdmin.git
git@gitee.com:huangfenghai/KangarooAdmin.git
huangfenghai
KangarooAdmin
AdminLTE-admin
master

Search