spring-config-rpc.xml 974 Bytes
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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-3.2.xsd"
       default-autowire="byName">


    <bean id="titanClient" class="com.diligrp.titan.sdk.TitanClient">
        <constructor-arg name="accesskey" value="9c379f079214447fad2959c4621cd6feVb797oH1"></constructor-arg>
        <constructor-arg name="secretkey" value="5e998dbbafb44ca783099afcdead40fa7A3Vf7Fh"></constructor-arg>
    </bean>

    <bean id="diliStoreUpload" class="com.diligrp.store.api.upload.DiliStoreUpload">
        <constructor-arg index="0" value="${project.store.url}"/>
        <constructor-arg index="1" value="${project.store.accessKey}"/>
        <constructor-arg index="2" value="${project.store.secretKey}"/>
    </bean>
</beans>