37 lines
2.1 KiB
Plaintext
37 lines
2.1 KiB
Plaintext
|
|
<?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:module="http://www.sgcc.com.cn/schema/platform/module" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.sgcc.com.cn/schema/platform/module http://www.sgcc.com.cn/schema/platform/module/module.xsd">
|
||
|
|
<module:service id="dataSourceService" beanId="dataSource" targetName="javax.sql.DataSource"/>
|
||
|
|
<!-- <bean id="dataSource" name="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
|
||
|
|
<property name="driverClassName" value="com.mysql.jdbc.Driver"/>
|
||
|
|
<property name="url" value="jdbc:mysql://localhost:3306/zhhq_sjhq?useUnicode=true&characterEncoding=UTF-8"/>
|
||
|
|
<property name="username" value="root"/>
|
||
|
|
<property name="password" value="green1234"/>
|
||
|
|
<property name="url" value="jdbc:mysql://220.248.250.229:27000/zhhq_hz?useUnicode=true&characterEncoding=UTF-8"/>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<property name="maxActive" value="100"/>
|
||
|
|
<property name="maxIdle" value="30"/>
|
||
|
|
<property name="maxWait" value="5000"/>
|
||
|
|
<property name="defaultAutoCommit" value="true"/>
|
||
|
|
<property name="removeAbandoned" value="true"/>
|
||
|
|
<property name="removeAbandonedTimeout" value="60"/>
|
||
|
|
<property name="logAbandoned" value="true"/>
|
||
|
|
</bean> -->
|
||
|
|
<bean id="dataSource" name="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
|
||
|
|
|
||
|
|
<property name="driverClassName" value="oracle.jdbc.driver.OracleDriver"/>
|
||
|
|
<property name="url" value="jdbc:oracle:thin:@//120.55.37.29:1521/helowin"/>
|
||
|
|
<property name="username" value="hzykt"/>
|
||
|
|
<property name="password" value="123456"/>
|
||
|
|
<property name="maxActive" value="100"/>
|
||
|
|
<property name="maxIdle" value="30"/>
|
||
|
|
<property name="maxWait" value="5000"/>
|
||
|
|
<property name="defaultAutoCommit" value="true"/>
|
||
|
|
<property name="removeAbandoned" value="true"/>
|
||
|
|
<property name="removeAbandonedTimeout" value="60"/>
|
||
|
|
<property name="logAbandoned" value="true"/>
|
||
|
|
</bean>
|
||
|
|
</beans>
|