Activiti随着Spring启动自动部署开关

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

posted @ 2017-11-23 20:18  任国强  阅读(4780)  评论(0编辑  收藏  举报