码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2018-07-12 16:26:34      阅读:493      评论:0      收藏:0      [点我收藏+]

标签:print   lse   roc   ann   流程   存在   otf   alt   resolved   

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/]不存在解决方案

标签:print   lse   roc   ann   流程   存在   otf   alt   resolved   

原文地址:https://www.cnblogs.com/yizhiwoniua/p/9299476.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!