springboot整合activiti时,启动抛异常
nested exception is java.io.FileNotFoundException: class path resource [processes/] cannot be resolved to URL because it does not exist。
这是因为找不到流程文件才报错,这是可以先设置关闭验证自动部署
解决方法:
在application.properties文件加配置
#spring-activiti
#自动部署验证设置:true-开启(默认)
spring.activiti.check-process-definitions=false