# springboot-tree **Repository Path**: xuqiang11/springboot-tree ## Basic Information - **Project Name**: springboot-tree - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##项目架构简介: 完全是采用Springboot为基础框架实现的单体工程架构,集成了各种当前主流插件,使得框架更加的健壮和简洁,具体集成的插件如下. ##集成插件:(可以根据需要再添加) (springboot+redis+mybatis+mybatis-plus+lombok+shiro+oauth2+swagger+rabbitMQ) 1.mybatis-plus: 几乎实现涵盖了所有的单表操作和分页操作 2.Jpush 极光推送: 用于手机APP的推送功能 3.shiro+oauth2: 权限认证系统:基于方法级别的权限校验,实现token代替session进行鉴权 4.swagger-ui: 实现前后端动态可视化数据交互及接口对接 5.lombok: 简化bean对象的生成 6.逆向工程:mybatis-plus-boot-starter AutoGeneratorUtils 实现在网页上可自动生成多张表的代码 7.消息中间件: 集成rabbitmq 实现异步消息通信 8.Quartz定时器: 定时任务管理化 注意:文件目录结构和集成功能可根据需要自动调整删减