<?xml version="1.0" encoding="UTF-8"?>
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
|
<!--dbcp数据源-->
|
<bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration">
|
<property name="jdbcDriver" value="com.mysql.jdbc.Driver"/>
|
<property name="jdbcUrl" value="jdbc:mysql://42.193.1.25:3306/zgyw?nullCatalogMeansCurrent=true"/>
|
<property name="jdbcUsername" value="root"/>
|
<property name="jdbcPassword" value="321$YcYl@1970!"/>
|
<property name="databaseSchemaUpdate" value="true"/>
|
<property name="asyncExecutorActivate" value="false"/>
|
<property name="mailServerHost" value="mail.my-corp.com"/>
|
<property name="mailServerPort" value="5025"/>
|
</bean>
|
</beans>
|