spring boot 集成flowable做工作流,项目结构如下
flowable的jar封装了一些api接口调用,现在访问提供的api报如下错误:
2020-02-05 22:05:16.096 ERROR 19784 --- [nio-8082-exec-8] c.g.web.config.ExceptionConfig : org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for org.flowable.ui.modeler.domain.Model.selectModelByParameters
### Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for org.flowable.ui.modeler.domain.Model.selectModelByParameters
怎么解决呢?
我解决了,