activiti-explorer 啟動報錯 Error creating bean with name 'demoDataConfiguration'


來源:http://blog.csdn.net/huangning2/article/details/9247099

Activiti database setup

As said in the one minute demo setup, the Activiti Explorer runs an in-memory H2 database by default. To run the Activiti Explorer with a standalone H2 or another database the db.properties in the WEB-INF/classes of the Activiti Explorer web application should be changed.

In addition, be aware that the Activiti Explorer generates demo user and groups, process definitions and models by default. To disable this, the activiti-standalone-context.xml file in the WEB-INF folder should be changed. To disable the demo setup fully you can use the following snippet of the demoDataGenerator bean definition. But as you can see you can also enable and disable items individually.

      <bean id="demoDataGenerator" class="org.activiti.explorer.demo.DemoDataGenerator">         <property name="processEngine" ref="processEngine" />         <property name="createDemoUsersAndGroups" value="false" />         <property name="createDemoProcessDefinitions" value="false" />         <property name="createDemoModels" value="false" />       </bean>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM