<?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:p="http://www.springframework.org/schema/p"
|
xmlns:c="http://www.springframework.org/schema/c"
|
xmlns:lang="http://www.springframework.org/schema/lang"
|
xmlns:util="http://www.springframework.org/schema/util"
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
http://www.springframework.org/schema/beans/spring-beans.xsd
|
http://www.springframework.org/schema/lang
|
http://www.springframework.org/schema/lang/spring-lang.xsd
|
http://www.springframework.org/schema/util
|
http://www.springframework.org/schema/util/spring-util.xsd">
|
|
|
|
<!-- oracle -->
|
<!-- <bean id="dataSource" class="org.springframework.jdbc.datasource.DriverManagerDataSource">
|
<property name="driverClassName" value="oracle.jdbc.driver.OracleDriver" />
|
<property name="url"
|
value="jdbc:oracle:thin:@192.168.0.214:1521/PDBGJHY3" />
|
<property name="username" value="hydg" />
|
<property name="password" value="hydg" />
|
</bean> -->
|
|
|
|
</beans>
|