FrankOuyang / bootplus

基于SpringBoot + Shiro + MyBatisPlus的权限管理框架

Home Page:http://bootplus.diandianys.com/admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

基于SpringBoot + Shiro + MyBatisPlus的权限管理框架

GitHub:https://github.com/JoeyBling/bootplus

码云:https://gitee.com/zhousiwei/bootplus

欢迎使用和Star支持,如使用过程中碰到问题,可以提出Issue,我会尽力完善

bootplus

  • bootplus是基于SpringBoot + Shiro + MyBatisPlus的真正restful URL资源无状态认证权限管理框架

项目结构

bootplus
├── sql  -- 项目SQL语句
│
├── App -- 项目启动类
│
├── common -- 公用模块
|    ├── enums -- 枚举工具类
|    ├── serializer -- 自定义序列化实现
|    ├── typehandler -- 自定义MyBatis类型转换器
│
├── config -- 配置信息
|    ├── aop -- Spring AOP深入实现
|    ├── filter -- 过滤器
|    ├── interceptor -- 拦截器
|    ├── listener -- 监听器
│
├── controller -- 控制器
|    ├── admin -- 后台管理员控制器
│
├── dao -- 数据访问接口
│
├── entity -- 数据持久化实体类
│
├── frame -- 框架公用模块
|    ├── cache -- 缓存模块
|    ├── controller -- 控制器
│
├── service -- 业务逻辑接口
|    ├── impl -- 业务逻辑接口实现类
│
├── shiro -- Shiro验证框架
│
├── task -- 定时任务
│
├── util -- 工具类
|    ├── config -- 公用配置
|    ├── encry -- 加解密模块
|    ├── exception -- 自定义异常
|    ├── file -- 文件工具类
|    ├── freemaker -- 自定义FreeMarker标签
|    ├── http -- http模块实现
|    ├── log -- 日志模块
|    ├── sketch -- 字体、素描、图像
|    ├── spring -- spring公用模块
│
├── resources
|    ├── conf -- 不同环境配置
|    ├── file -- 模板文件
|    ├── jdk_fonts -- JDK字体
|    ├── mapper -- SQL对应的XML文件
│
├── webapp
|    ├── statics -- 静态资源(css、js...)
|    ├── upload -- 上传文件
|    ├── WEB-INF
|    |    ├── templates -- 页面FreeMarker模版

技术选型:

  • 核心框架:Spring Boot 1.5.1
  • 安全框架:Apache Shiro
  • 视图框架:Spring MVC
  • 持久层框架:MyBatisMyBatisPlus
  • 缓存技术:EhCacheRedis
  • 定时器:Quartz
  • 数据库连接池:Druid
  • 日志实现:SLF4JLog4j
  • 模版技术:FreeMarker
  • 页面交互:BootStrapLayer

本地部署:

  • mysql执行sql/bootplus.sql文件,初始化数据
  • 修改application.yml,更新MySQL连接信息
  • 项目访问路径:http://localhost/admin
  • 管理员账号密码:admin/admin

效果展示

About

基于SpringBoot + Shiro + MyBatisPlus的权限管理框架

http://bootplus.diandianys.com/admin

License:MIT License


Languages

Language:JavaScript 34.7%Language:Java 30.9%Language:CSS 19.8%Language:FreeMarker 11.8%Language:TSQL 2.3%Language:HTML 0.5%Language:Dockerfile 0.0%