Fetch the repository succeeded.
Spring Boot + Security + MyBatis + Thymeleaf + Activiti 快速开发平台
项目不定时更新,建议 Star watch 一份
功能名称 | 实现方式 | 完成度 | 功能名称 | 实现方式 | 完成度 |
---|---|---|---|---|---|
核心框架 | Spring Boot | 已完成 | 接口文档 | Swagger | 已完成 |
权限管理 | Spring Security | 已完成 | 定时任务 | Quartz | 已完成 |
流程控制 | Activiti | 已完成 | 代码生成 | MyBatis Plus | 已完成 |
Springboot
├─annex 项目SQL文件
│
├─pear-common 公共模块
│ ├─config 框架集成配置
│ ├─constant 通用常量
│ ├─exception 异常处理
│ ├─plugins 自定义组件
│ │ ├─ datasource 多数据源组件
│ │ ├─ logging 行为日志组件
│ │ ├─ repeat 表单重复提交组件
│ │ └─ resource 文件资源池组件
│ ├─tools 工具类
│ └─web WEB 处理封装
│
├─pear-entrance 启动模块
│ ├─api 通用接口
│ └─security 框架权限配置
│
├─pear-entrance 启动模块
│ ├─static 静态资源
│ ├─templates 页面文件
│ ├─logback-spring.xml 日志配置
│ ├─application-dev.yml 开发环境配置
│ ├─application-prod.yml 线上环境配置
│ ├─application-test.yml 测试环境配置
│ └─application.yml 配置文件
│
├─pear-modules 业务模块
│
│ ├─pear-generator 代码生成
│ │ ├─ config 配置文件
│ │ ├─ controller 接口
│ │ ├─ mapper 数据仓库
│ │ ├─ service 服务
│ │ └─ domain 实体
│ │
│ ├─pear-system 系统业务
│ │ ├─ controller 接口
│ │ ├─ mapper 数据仓库
│ │ ├─ service 服务
│ │ └─ domain 实体
│ │
│ ├─pear-schedule 定时任务
│ │ ├─ controller 接口
│ │ ├─ mapper 数据仓库
│ │ ├─ handler 操作封装
│ │ ├─ service 服务
│ │ ├─ task 任务实现
│ │ └─ domain 实体
│ │
│ └─pear-process 工作流程
│ ├─ controller 接口
│ ├─ reousrce 编辑器资源接口
│ ├─ param 参数实体
│ └─ domain 实体
│
└─pom.xml maven.xml
欢迎提交 pull request,注意对应提交对应 master
分支
欢迎提交 issue,请写清楚遇到问题的原因、开发环境、复显步骤。
Pear Admin 开发 进行中
Sign in for post a comment
Comments ( 28 )