上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页
摘要: 有三个配置文件,分为:dev、test、prod,想要默认使用prod,pom.xml添加如下配置即可: <profiles> <profile> <id>dev</id> <properties> <spring.active>dev</spring.active> </properties> < 阅读全文
posted @ 2022-05-12 09:16 jamstack 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 这是转载的,但是这两个项目集成了工作流,有一定参考价值 https://blog.csdn.net/afreon/article/details/123144114 阅读全文
posted @ 2022-05-11 16:22 jamstack 阅读(150) 评论(0) 推荐(0) 编辑
摘要: spring boot 要引入activiti 5.22.0,使用下面的方法是正确的,其他资料有的是错的 一、新建ruoyi-activiti5模块,pom.xml如下: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://ma 阅读全文
posted @ 2022-05-11 15:24 jamstack 阅读(350) 评论(0) 推荐(0) 编辑
摘要: 参考资料: http://zpycloud.com/archives/2148 阅读全文
posted @ 2022-05-11 14:28 jamstack 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 参考资料: https://www.jianshu.com/p/4b4b6f3590a4/ https://blog.csdn.net/android_java/article/details/109459765 https://www.cnblogs.com/garfieldcgf/p/13469 阅读全文
posted @ 2022-05-11 13:01 jamstack 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 一、创建监听器MyExecutionListener package com.ruoyi.web.listener; import org.activiti.engine.delegate.DelegateExecution; import org.activiti.engine.delegate. 阅读全文
posted @ 2022-05-11 11:56 jamstack 阅读(901) 评论(0) 推荐(0) 编辑
摘要: 背景:actiBPM插件不支持在idea 2021.1版本上安装,需要测试activiti的用法,最好的方式是使用官方提供的编辑器和demo,官方提供的编辑器叫activiti-app,本文是在Windows环境下,基于docker for windows进行部署的。 一、安装docker for 阅读全文
posted @ 2022-05-11 09:05 jamstack 阅读(800) 评论(0) 推荐(0) 编辑
摘要: 在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) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页