当前位置: 代码迷 >> 综合 >> Caused by: java.io.FileNotFoundException: class path resource [processes/] cannot be resolved to URL
  详细解决方案

Caused by: java.io.FileNotFoundException: class path resource [processes/] cannot be resolved to URL

热度:5   发布时间:2023-11-20 02:02:02.0

springboot整合activiti 报错找不到文件[processes/]

org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘springProcessEngineConfiguration’ defined in class path resource [org/activiti/spring/boot/DataSourceProcessEngineAutoConfiguration$DataSourceProcessEngineConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.activiti.spring.SpringProcessEngineConfiguration]: Factory method ‘springProcessEngineConfiguration’ threw exception; nested exception is java.io.FileNotFoundException: class path resource [processes/] cannot be resolved to URL because it does not exist

Caused by: java.io.FileNotFoundException: class path resource [processes/] cannot be resolved to URL because it does not exist

解决方法:
http://www.yayihouse.com/yayishuwu/chapter/2488

  相关解决方案