美文网首页
Flowable 流程图报错问题

Flowable 流程图报错问题

作者: 勤任风 | 来源:发表于2021-11-30 15:30 被阅读0次

报错描述:Source parameter of type ‘javax.xml.transform.stax.StAXSource’ is not accepted by this validator

处理方法:

    在pom文件引入依赖,

    <dependency>

        <groupId>xerces</groupId>

        <artifactId>xercesImpl</artifactId>

        <version>2.11.0</version>

    </dependency>

相关文章

网友评论

      本文标题:Flowable 流程图报错问题

      本文链接:https://www.haomeiwen.com/subject/uuvsxrtx.html