A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

© 江山美人 初级黑马   /  2019-6-21 14:21  /  619 人查看  /  0 人回复  /   0 人收藏 转载请遵从CC协议 禁止商业使用本文

    xmlns:mvc="http://www.springframework.org/schema/mvc"
       xsi:schemaLocation="http://www.springframework.org/schema/beans
                http://www.springframework.org/schema/beans/spring-beans.xsd
         http://www.springframework.org/schema/mvc
         http://www.springframework.org/schema/mvc/spring-mvc.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">
<dubbo:application name="dubbodemo_provider"/>
    <!--配置注册中心ip-->
    <dubbo:registry address="zookeeper://192.168.188.128:2181"/>
    <!--配置协议-->
    <dubbo:protocol name="dubbo" port="20882"/>
    <!--扫描指定包-->
    <dubbo:annotation package="com.itheima.service.impl"/>
</beans>

0 个回复

您需要登录后才可以回帖 登录 | 加入黑马