Activiti的act_re_deployment表NAME_列:全部顯示SpringAutoDeployment。
查閱Activiti,https://github.com/Activiti/Activiti/pull/229/files,可知原因。
<!-- 自動部署 --> <property name="deploymentResources"> <list> <value>classpath*:/deployments/*</value> </list> </property>
其他兩篇參考文章,關於deploymentResources的其他用法:
https://github.com/xuhuisheng/activiti-demo/blob/master/src/main/resources/spring/applicationContext-activiti.xml
https://stackoverflow.com/questions/37443877/my-spring-application-integration-with-alfresco-activity-workflow