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