07-21-2014 10:28 AM
04-13-2017 07:25 PM
I used mysql database and i created the activiti database with phpmyadmin and then i made run to my java application and all the needed tables were created and the engine is persisting the data about the processes.
This is my configuration bean
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" >
<property name="driverClassName" value="com.mysql.jdbc.Driver" />
<property name="url" value="jdbc:mysql://localhost:3306/activiti" />
<property name="username" value="root" />
<property name="password" value="" />
<property name="defaultAutoCommit" value="false" />
</bean>
04-13-2017 07:33 PM
yes, you are on the right track!
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.