flowable不引入mybatis即可启动
<dependency
>
<groupId
>org
.flowable
</groupId
>
<artifactId
>flowable
-engine
</artifactId
>
<version
>6.3.0</version
>
<exclusions
>
<exclusion
>
<groupId
>org
.mybatis
</groupId
>
<artifactId
>mybatis
</artifactId
>
</exclusion
>
</exclusions
>
</dependency
>
转载请注明原文地址: https://mac.8miu.com/read-501335.html