摘要: 在resources文件夹下创建processes文件夹,把一个测试用的流程定义文件放到这个目录,这里以测试请假流程为例,测试的流程定义文件叫:leave.bpmn,内容如下: <?xml version="1.0" encoding="UTF-8"?> <bpmn2:definitions xml 阅读全文
posted @ 2022-05-10 16:54 jamstack 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 背景: 使用的基础项目来自https://gitee.com/smell2/ruoyi-vue-activiti.git 引入drools的步骤如下: 一、创建ruoyi-drools模块 parent选ruoyi,点确定 二、在ruoyi-admin模块的pom.xml引入drools依赖和jun 阅读全文
posted @ 2022-05-10 16:02 jamstack 阅读(2785) 评论(0) 推荐(0) 编辑
摘要: 背景: 在ruoyi-admin的pom.xml引入了junit的依赖配置,如下: <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</ 阅读全文
posted @ 2022-05-10 15:54 jamstack 阅读(1782) 评论(0) 推荐(0) 编辑
摘要: activiti的官方文档https://www.activiti.org/userguide/index.html 参考资料: http://www.zzvips.com/article/216390.html https://www.jb51.net/article/239756.htm htt 阅读全文
posted @ 2022-05-10 14:25 jamstack 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://zhuanlan.zhihu.com/p/186214575 https://blog.csdn.net/huanglu0314/article/details/118487580 阅读全文
posted @ 2022-05-10 10:57 jamstack 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 开发环境是通过nvm安装的node环境,版本是16.12.0,项目是来自https://gitee.com/smell2/ruoyi-vue-activiti.git 报错信息如下图: npm ERR! gyp ERR! cwd D:\project\ruoyi-vue-activiti\ruoyi 阅读全文
posted @ 2022-05-10 09:10 jamstack 阅读(1070) 评论(0) 推荐(0) 编辑