All Projects → qinyou → my_curd

qinyou / my_curd

Licence: Apache-2.0 License
超轻量 快速开发脚手架、流程平台。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to my curd

shrek-springboot-vue
springboot+vue+shiro 项目,包括权限,代码生成,,工作流等 demo:地址
Stars: ✭ 49 (+28.95%)
Mutual labels:  workflow, activiti
Processmaker
GLPI plugin that provides an interface with ProcessMaker (http://www.processmaker.com/)
Stars: ✭ 21 (-44.74%)
Mutual labels:  workflow, process
Jeecg
JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)
Stars: ✭ 2,027 (+5234.21%)
Mutual labels:  code-generator, easyui
Processjs
Stars: ✭ 48 (+26.32%)
Mutual labels:  workflow, process
jeecg
JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)
Stars: ✭ 2,090 (+5400%)
Mutual labels:  code-generator, easyui
EasyEE-Auto
EasyEE 自动化代码生成器。EasyEE Automated code generator.
Stars: ✭ 39 (+2.63%)
Mutual labels:  code-generator, easyui
Workflower
A BPMN 2.0 workflow engine for PHP
Stars: ✭ 540 (+1321.05%)
Mutual labels:  workflow, process
Flowchart Editor
基于G6和VUE的可视化流程编辑工具
Stars: ✭ 60 (+57.89%)
Mutual labels:  workflow, process
Automation
code generator
Stars: ✭ 65 (+71.05%)
Mutual labels:  workflow, code-generator
bpmn-vue-activiti
基于Vue3.x + Vite + bpmn-js + element-plus + tsx 实现的Activiti流程设计器(Activiti process designer based on Vue3.x + Vite + BPMN-JS + Element-Plus + TSX implementation)
Stars: ✭ 345 (+807.89%)
Mutual labels:  process, activiti
nactivity
workflow engine activity activiti
Stars: ✭ 55 (+44.74%)
Mutual labels:  workflow, activiti
DNAscan
DNAscan is a fast and efficient bioinformatics pipeline that allows for the analysis of DNA Next Generation sequencing data, requiring very little computational effort and memory usage.
Stars: ✭ 36 (-5.26%)
Mutual labels:  workflow
codebase
The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes. The library offers a broad range of basis analysis and utility functionality and, due to its open publishing model, can easily be extended.
Stars: ✭ 26 (-31.58%)
Mutual labels:  process
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (-34.21%)
Mutual labels:  workflow
qm
QM model-based design tool and code generator based on UML state machines
Stars: ✭ 54 (+42.11%)
Mutual labels:  code-generator
yoma
一个小而美的低代码全栈开发平台,一键生成后端api接口+前端页面代码+在线接口文档,节省50%的前后端开发的工作量。基于springboot +mybatis+spring security+vue 技术栈
Stars: ✭ 137 (+260.53%)
Mutual labels:  code-generator
alfred-gitignore
Create .gitignore files using Alfred
Stars: ✭ 15 (-60.53%)
Mutual labels:  workflow
fake-sandbox
👁‍🗨 This script will simulate fake processes of analysis sandbox/VM software that some malware will try to avoid.
Stars: ✭ 110 (+189.47%)
Mutual labels:  process
PyQt-Sqlite-Project-CURD
Pyqt SQLite Project Have Features like Login, Add, Delete, Search, Update, Show the Students. In this, I show all the CURD operations of the Program. All Project is well represented and with interactive Toolbar & Menu bar. The database is included in the repository.
Stars: ✭ 41 (+7.89%)
Mutual labels:  curd-operation
PRUNE
Logs key Windows process performance metrics. #nsacyber
Stars: ✭ 56 (+47.37%)
Mutual labels:  process

my_curd

超轻量 快速开发 脚手架,没有复杂技术,没有过度封装,没有繁重依赖。
😁 轻易掌控,为所欲为 😝

简介

  1. 两级权限:菜单、按钮。 自定义注解 + 拦截器 + freemarker标签 设计,清晰易掌控。
  2. 代码生成器: 单表、主从表(一个主表,N个从表),增删改查导入导出 代码一键生成,样板代码不用写。
  3. 审批流:基于activiti5实现,申请、待办、候选、已办、表单、模型、部署、定义、实例、用户、消息推送 等 完整封装。
  4. 系统通知: websocket消息,分角色推送通知,通知存库 分未读已读 。
  5. 大量通用代码封装,开发代码量小。前台多配色,UI简洁易维护。

开始

  1. 安装 jdk8(+)、maven、mysql5.7 。
  2. 创建数据库 my_curd, 将 db/my_curd.sql 导入, 修改 resoureces/config-dev.txt 中 数据源连接信息。
  3. 项目根目录下 mvn clean package, 进入 target/my_curd-release/my_curd, 使用 start.bat 或 start.sh 启动项目。
  4. 访问 http://localhost/dashboard, 账号 admin, 密码 123456 或 111111
  5. 更多 测试账号 进入系统查看,默认密码为 123456.

选型

  • JFinal4.8
  • Activiti5.22
  • Mysql5.7
  • easyui1.8.5

截图

  1. 系统菜单
    系统菜单
  2. 代码生成器 生成一对多 增删改查
    代码生成器 一对多
  3. 流程审批
    流程详情
    流程消息
  4. 整合 Activiti Modeler
    activiti modeler

License

Apache 2.0

Copyright (c) 2017-present qinyou

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].