• Stars
    star
    116
  • Rank 303,894 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

bootplus

  _                 _         _
 | |               | |       | |
 | |__   ___   ___ | |_ _ __ | |
 | '_ \ / _ \ / _ \| __| '_ \| | | | / __|
 | |_) | (_) | (_) | |_| |_) | | |_| \__ \
 |_.__/ \___/ \___/ \__| .__/|_|\__,_|___/
                       | |
                       |_|

star fork GitHub Last Commit issues Author


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

介绍

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

  • 项目集成api接口及文档
  • 准备集成定时任务 -- (开发中)
  • 功能还很少,欢迎各位给我提意见和建议~

SpringBoot1.5.1集成例子请参考bootplus_1.5.1 (老项目只进行Bug修复,不再添加新功能实现)

线上预览

项目结构

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

技术选型

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

效果截图

本地部署

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

捐赠

  如果感觉对您有帮助,请作者喝杯咖啡吧,请注明您的名字或者昵称,方便作者感谢o( ̄︶ ̄)o

微信 支付宝

LICENSE

LICENSE

More Repositories

1

hexo-theme-yilia-plus

一个简洁优雅的hexo主题 A simple and elegant theme for hexo.
JavaScript
731
star
2

webkettle

基于web版kettle开发的一套分布式综合调度,管理,ETL开发的用户专业版B/S架构工具
JavaScript
557
star
3

SpringBoot_MyBatisPlus

SpringBoot集成MyBatisPlus
JavaScript
306
star
4

hqc_mp

微信小程序+微信管理后台+微信用户前台
JavaScript
75
star
5

cv

✏️✏️Java软件工程师简历
JavaScript
57
star
6

vuepress-theme-yilia-plus

一款简洁优雅的VuePress主题 A simple and elegant theme for VuePress.
Vue
48
star
7

ibooks

VuePress记录技术开发笔记
JavaScript
47
star
8

vuepress-plugin-helper-live2d

VuePress集成Live2D看板娘. Live2D plugin for VuePress.
JavaScript
42
star
9

yilia-plus-demo

hexo-theme-yilia-plus配置Demo ➡️
JavaScript
35
star
10

myBook

使用GitBook记录开发笔记
32
star
11

live2d-widget.js

在网站上集成Live2D看板娘具有开箱即用的体验
HTML
28
star
12

SpringBoot_MyBatisPlus_Multi

SpringBoot集成MyBatisPlus多模块Maven开发
JavaScript
28
star
13

anires

一个会动的简历---欢迎 Fork ➡️
Vue
16
star
14

resume

个人简历-纯静态页面,无后台
CSS
15
star
15

busuanzi.pure.js

不蒜子访问量统计功能
JavaScript
14
star
16

vuepress-plugin-mygitalk

VuePress集成Gitalk. | Gitalk plugin for VuePress.
Vue
12
star
17

hexo-filter-image

自动为hexo中的图片映射绝对路径 | Automatically maps absolute paths to images in hexo
JavaScript
8
star
18

vuepress-plugin-gotop-plus

VuePress回到页首插件Plus back-to-top plus plugin for VuePress.
Vue
5
star
19

fastjson-spring-boot-starter

自制spring boot starter for fastjson
Java
5
star
20

JoeyBling.github.io

个人博客网站 & theme Yilia-plus
HTML
4
star
21

base-boot

基于SpringBoot的基础服务
Java
3
star
22

vuepress-plugin-graypage

VuePress哀悼日网站变灰. | Mourning website turns gray plugin for VuePress.
JavaScript
3
star
23

jdk-features

JDK新特性
Java
2
star
24

JoeyBling

JoeyBling_Personal_Blog
2
star
25

wallpaper-engine

自定义Wallpaper Engine
JavaScript
2
star
26

nginx-openresty

nginx-openresty部署相关配置
Shell
2
star
27

openteam-postinstall

在`npm install`后提示用户消息或捐赠
JavaScript
2
star
28

tomcat7-maven-plugin

The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat 7.x servlet container.
Java
1
star
29

springboot-elasticsearch

Demo springboot-elasticsearch for Spring Boot
Java
1
star
30

SpringBoot-Motan

SpringBoot整合Motan
Java
1
star
31

ftp4che

功能丰富的FTP库使用Java 1.7 方法和java.nio
Java
1
star