码迷,mamicode.com
首页 > 移动开发 > 详细

能源项目xml文件 -- app-dubbo.xml

时间:2016-11-04 20:42:17      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:center   pre   ram   api   false   odi   oaf   nbsp   session   

<?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"
    xsi:schemaLocation="http://www.springframework.org/schema/beans  
        classpath:/org/springframework/beans/factory/xml/spring-beans-4.1.xsd   
        http://code.alibabatech.com/schema/dubbo  
        classpath:META-INF/dubbo.xsd ">

    <dubbo:application name="smart"/>
    <dubbo:consumer timeout="30000"></dubbo:consumer> 
    

    <dubbo:reference id="webSessionService" interface="com.ucenter.api.session.service.IWebSessionService"
        url="dubbo://${dubbo.ucenter.address}/com.ucenter.api.session.service.IWebSessionService" version="1.0" check="false" />
    
    <dubbo:reference id="loaResourceService" interface="com.ucenter.api.loa.service.ILoaResourceService"
        url="dubbo://${dubbo.ucenter.address}/com.ucenter.api.loa.service.ILoaResourceService" version="1.0" check="false" />
    
    <dubbo:reference id="loaFunctionService" interface="com.ucenter.api.loa.service.ILoaFunctionService"
        url="dubbo://${dubbo.ucenter.address}/com.ucenter.api.loa.service.ILoaFunctionService" version="1.0" check="false" />
        
    <dubbo:reference id="employeeService" interface="com.ucenter.api.organization.service.IEmployeeService"
        url="dubbo://${dubbo.ucenter.address}/com.ucenter.api.organization.service.IEmployeeService" version="1.0" check="false" />
</beans>  

 

能源项目xml文件 -- app-dubbo.xml

标签:center   pre   ram   api   false   odi   oaf   nbsp   session   

原文地址:http://www.cnblogs.com/ClassNotFoundException/p/6031341.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!