0
点赞
收藏
分享

微信扫一扫

springboot集成flowable的mybatisplus 配置

日月同辉9908 2022-07-12 阅读 89


mybatis-plus:
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml,classpath*:org/jeecg/modules/**/mapping/*Mapper.xml,classpath:/META-INF/modeler-mybatis-mappings/*.xml
configuration-properties:
prefix:
blobType: BLOB
boolValue: TRUE

需配置路径classpath:/META-INF/modeler-mybatis-mappings/*.xml,否则会扫描不到
还需配置configuration-properties中的属性,要不然就报错“Error parsing Mapper XML。。。。”


举报

相关推荐

0 条评论