首页 > 代码库 > org.activiti.engine.activitiexception:version of activiti database(5.22) is more recent than the engine(5.12)

org.activiti.engine.activitiexception:version of activiti database(5.22) is more recent than the engine(5.12)

公司项目启动出现报错,百度查询结果如下:链接地址

org.activiti.engine.ActivitiException: Version of activiti database (5.15.1) is more recent than the engine (5.14)

 

启动报错,解决如下:

到数据库查看act_ge_property这个表,将5.15.1改为5.14.1

org.activiti.engine.activitiexception:version of activiti database(5.22) is more recent than the engine(5.12)