springboot整合activiti报错[processes/]不存在解决方案

Posted yizhiwoniua

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot整合activiti报错[processes/]不存在解决方案相关的知识,希望对你有一定的参考价值。

springboot整合activiti时,启动抛异常 
nested exception is java.io.FileNotFoundException: class path resource [processes/] cannot be resolved to URL because it does not exist。处理方法 
(1)在resource目录下添加processes文件夹,并且文件夹不能为空 
(2)在application.properties下家配置

#启动报错class path resource [processes/] cannot be resolved to URL because it does not exist
spring.activiti.check-process-definitions=false
技术分享图片

启动时不检查流程文件





以上是关于springboot整合activiti报错[processes/]不存在解决方案的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot整合工作流Activiti7

二十一SpringBoot2核心技术——整合activiti7

# SpringBoot 整合 Activiti 工作流框架

activiti7与springboot2整合

activity启动报错no processes deployed with key '***'

SpringBoot整合Activiti6