blob: ac064a88df1e23c46b7bed22da71f16913209166 [file] [log] [blame]
<?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:dubbo="http://code.alibabatech.com/schema/dubbo"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
<context:property-placeholder location="classpath:benchmark.properties" system-properties-mode="OVERRIDE"/>
<dubbo:application name="dubbo-triple-client">
<dubbo:parameter key="qos.enable" value="false"/>
</dubbo:application>
<!-- <dubbo:reference id="userService" check="false" protocol="tri"-->
<!-- interface="org.apache.dubbo.benchmark.service.UserService"-->
<!-- url="tri://${server.host}:${server.port}"/>-->
<dubbo:reference id="userService" check="false" protocol="tri"
interface="org.apache.dubbo.benchmark.bean.UserServiceDubbo$IUserService"
url="tri://${server.host}:${server.port}"/>
</beans>