Commit 05ac89e4 authored by neo's avatar neo

[dev] fixed activit db config and datasource config

parent 76e56387
......@@ -17,7 +17,7 @@ http://www.springframework.org/schema/tx http://www.springframework.org/schema/t
</bean>
<bean id="processEngineConfiguration" class="org.activiti.spring.SpringProcessEngineConfiguration">
<property name="dataSource" ref="dataSource" />
<property name="dataSource" ref="datasourceWorkflow" />
<property name="transactionManager" ref="transactionManagerWorkflow" />
<property name="databaseSchemaUpdate" value="true" />
<property name="jobExecutorActivate" value="true" />
......
......@@ -12,7 +12,7 @@ jdbc2_admin_db=pwc_invoice
workflow_jdbc_url=jdbc:oracle:thin:@10.158.230.144:11521:XE
workflow_jdbc_user=TAX_ADMIN
workflow_jdbc_password=taxadmin2018
workflow_jdbc_admin_db=tax_project
workflow_jdbc_admin_db=tax_admin
jdbc_url_demo=jdbc:mysql://10.158.230.144:3306/demo_db_name?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment