今天把activiti5.22集成进来之后,项目启动报错,报错如下:

class path resource [processes/] cannot be resolved to URL because it does not exist错误信息就是说无法解析process文件夹,因为它不存在。首先,activiti默认的会在项目启动的时候,自动部署processes文件下的资源文件,当你没有在resources文件下的processes文件夹下创建文件,或者你不需要部署资源文件的时候,需要在application.yml中设置配置信息,将check-process-definitions设置为falseclass path resource [processes/] cannot be resolved to URL because it does not exist

相关文章:

  • 2021-09-04
  • 2021-10-20
  • 2021-06-27
  • 2021-10-19
  • 2020-01-07
  • 2021-11-04
  • 2022-12-23
猜你喜欢
  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2021-11-25
相关资源
相似解决方案