flowable-单元测试-helloworld跑通

This commit is contained in:
cuicui
2022-03-13 22:39:52 +08:00
parent 310591ce36
commit c5a9f5d03d
3 changed files with 184 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
<!--HistoryLevel-->
<property name="history" value="full" />
<property name="databaseSchemaUpdate" value="true" />
<property name="flowable5CompatibilityEnabled" value="true" />
<property name="flowable5CompatibilityEnabled" value="false" />
<!-- <property name="jobExecutorActivate" value="false" />-->
</bean>
</beans>