- <?xml version="1.0" encoding="UTF-8"?>
- <beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
- xmlns:tx="http://www.springframework.org/schema/tx"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd">
- <bean id="processEngineConfiguration"
- class="org.activiti.engine.impl.cfg.StandaloneInMemProcessEngineConfiguration">
- <property name="jdbcUrl" value="jdbc:mysql://114.135.61.188:33306/operation_manager?characterEncoding=utf8"></property>
- <property name="jdbcDriver" value="com.mysql.jdbc.Driver"></property>
- <property name="jdbcUsername" value="root"></property>
- <property name="jdbcPassword" value="100Zone@123"></property>
- <property name="databaseSchemaUpdate" value="true"></property>
- </bean>
- </beans>
|