|
|
@@ -1,19 +0,0 @@
|
|
|
-<?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 http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
|
- http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd">
|
|
|
-
|
|
|
- <dubbo:application name="b2c_consumer" />
|
|
|
-
|
|
|
- <dubbo:registry address="${zk.url}" check="false" />
|
|
|
-
|
|
|
- <!-- 分布式文件服务 -->
|
|
|
- <!--<dubbo:reference id="fileClient" interface="com.uas.dfs.service.FileClient" timeout="100000"/>-->
|
|
|
-
|
|
|
- <!-- 邮件服务 -->
|
|
|
- <!--<dubbo:reference id="mailService" interface="com.uas.message.mail.service.MailService" timeout="30000" />-->
|
|
|
-
|
|
|
- <!-- 短信服务 -->
|
|
|
- <dubbo:reference id="smsService" interface="com.uas.message.sms.service.SmsService" timeout="30000" />
|
|
|
-</beans>
|