All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spring.uapro-db-access-context.xml Maven / Gradle / Ivy

The newest version!
<?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-4.2.xsd">


    <bean id="targetJdbcTemplate" class="org.springframework.jdbc.core.JdbcTemplate">
        <constructor-arg ref="uniparcDataSource"/>
    </bean>


    <bean id="uniparcDataSource" class="uk.ac.ebi.interpro.scan.jms.activemq.ExternalDriverDataSource">
        <constructor-arg ref="tempDirectoryManager"/>
        <property name="driverJar" value=""/>
        <property name="driverClassName" value="oracle.jdbc.OracleDriver"/>
        <property name="url" value="jdbc:oracle:thin:@//??????"/>
        <property name="username" value="??????"/>
        <property name="password" value="??????"/>
    </bean>

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy