windows10 style springboot vue.js html cross-domain integration framework of the project before and after the separation activiti source

Official website: www.fhadmin.org
This project is Springboot workflow style windows version, browser access, use non-desktop applications.

1. The code generator: [bidirectional] (single table, the main table, list, tree table, rapid development tool)
freemaker template technology, 0 do not write the code to generate a complete module with the page, build the table sql script, processing class, service such as a complete module
2. Multiple data sources :( support connecting numerous databases, different modules can be connected to a number of different databases) support N data sources
3. Ali database connection pool druid, security permissions Shiro frame (menu buttons permissions and rights), the frame buffer Ehcache
4. code editor online template editing, the editor simulation tools
5. call camera, camera custom crop editing avatar, avatar image chromaticity adjustment
6.websocket timely station letters and sound alerts, real-time online management, websocket timely refresh the page (win ajax technology)

Workflow module
1. Model Management: web-line Process Designer, a preview process xml, export xml, the deployment process
2. Process Management: resource file import and export process, see flow chart, illustrating the process model according to the reflection process instance, activation hangs
3. Run the process: View process information, the current task node, the current flow chart, void suspend the process, assigning to-do man
4. historical processes: View process information, when using the process, process status, view the task originator information
The to-do: Check my personal mission and tasks under this role, handling, rejected, canceled, assigned it an agent
6. The task has to do: Check your own handled the task and process information, flow charts, flow status (normal completion dismissed void)

注:当办理完当前任务时,下一任务待办人会即时通讯收到新任务消息提醒,当作废和完结任务时,
任务发起人会收到站内信消息通知
1. 权限管理:点开二级菜单进入三级菜单显示 角色(基础权限)和按钮权限
角色(基础权限): 分角色组和角色,独立分配菜单权限和增删改查权限
按钮权限: 给角色分配按钮权限。
2. 按钮管理:自定义按钮管理,维护按钮shiro权限标识等
3. 菜单管理:N级别自定义菜单,选择菜单图标,菜单状态显示隐藏
4. 数据字典:N级别,支持多级别分类。内设编号,排序等
5. 日志管理:记录用户登录退出和一些重要操作记录
6. 在线管理:websocket技术,实时检测在线用户列表,统计在线人数,可强制用户下线 同一用户只能在一个客户端登录
7. 系统用户:对各个基本的用户增删改查,导出到excel表格,批量删除
8. 代码生成:生成完整的模块代码,并保留生成记录模版,可复用
正向生成: 生成完整的模块,页面、处理类、mapper层、service层、myabaits的xml 建表的sql脚本等
反向生成: 任意连接其它数据库(mysql、oracle、sqlserver),根据表反射生成本系统的模块
9 模版管理:代码在线编辑器,管理模版,保存编辑记录,一键还原,代码生成器如虎添翼
10.性能监控:监控整个系统的性能,SQL监控,SQL防火墙,URL监控,SPRING监控,SESSION监控等
11.系统设置:修改系统名称,每页显示条数, 邮件服务配置,站内信配置
12. 站内信:收信箱和发信箱,websocket技术通讯技术做的及时收信提醒,可配置语音提示来信
13. 好友管理:搜索、添加、删除、拉黑好友,查看好友资料
14. 好友分组:自定义好友分组
15. 我的群组:创建群组,搜索申请加入别人的群,踢出群成员,管理群聊天记录
16. 数据库备份:可备份单表(sqlserver不支持)、整库,支持本地和远程备份
17. 备份定时器:quartz 强大的任务调度,多线程备份数据库,任务启动关闭异步操作
18. 数据库还原:历史备份记录,还原数据库 or 单表(sqlserver不支持),统计备份时间和文件大小
19. SQL编辑器:强大的SQL编辑器,支持编辑语句复杂查询语句,生成动态报表,可导出excel
20. 请假申请:添加请假单,走工作流请假模型流程
21. 计算器 : js计算器插件
菜单权限:分配给每个角色不同的菜单权限, 每个角色看到的菜单不同,N级别菜单
按钮权限:独立分配不同的角色不同的功能权限,增删改查权限分配具体到不同的菜单,自定义按钮管理
支持多用户分权限管理后台, 权限具体到不同的菜单不同的按钮
1. 导入 导出 excel 文件 (应用在系统用户中)
2 生成 word文件 (应用在代码生成器生成的doc文档)
3. IO 流下载文件 (应用在代码生成器中生成后压缩成zip 文件下载)
4 代码 zip 压缩打包 (应用在代码生成器中生成后压缩成zip 文件)
5. MD5加密 SHA加密(登录密码用此加密)接口加密身份校验
6. 数据库连接池 阿里的 druid。Druid在监控、可扩展性、稳定性和性能方面都有明显的优势,支持并发
7.安全框架 shiro (登录授权)(session管理)(shiro 注解菜单权限拦截)(shiro 标签按钮权限)
8.freemaker模版引擎(代码生成器用)
9.ehcache 自定义缓存 ,选择缓存存放目录,处理并发,增加系统性能
10.tab标签页面功能,标签自由切换,不重复操作数据库(可全部关闭,关闭当前,关闭其它)
11.多数据源技术
12.调用摄像头拍照技术,图片裁剪技术 (用户头像编辑)
13.在线编辑器,仿开发工具 (代码生成器的模版编辑)
14. 单群发邮件,可以发html、纯文本格式
15.根据汉字 解析汉字的全拼(拼音)和首字母(导入excel到用户表,根据用户的汉字姓名生成拼音的用户名)
16.站内信语音提醒,js控制音频播放
17.java 读写 ini 配置文件
18.java websocket 即时通讯技术,点对点,好友、群组,发图片文件,离线消息,保留聊天记录
19.百度富文本编辑器,可上传图片、附件
20.java Quartz 任务调度 (应用在数据库定时备份模块中)


 

Guess you like

Origin www.cnblogs.com/fhsadmins/p/11091217.html