Commit 28af13a1 authored by 刘泽's avatar 刘泽

新增dtalk服务

parent d5cf7f32
...@@ -86,10 +86,10 @@ ...@@ -86,10 +86,10 @@
<!-- 公用的服务接口 --> <!-- 公用的服务接口 -->
<dependency> <dependency>
<groupId>com.spacetech.gateway</groupId> <groupId>com.spacetech.gateway</groupId>
<artifactId>gateway</artifactId> <artifactId>gateway</artifactId>
<version>3.00-SNAPSHOT</version> <version>3.29-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.javassist</groupId> <groupId>org.javassist</groupId>
......
...@@ -87,22 +87,25 @@ ...@@ -87,22 +87,25 @@
<dubbo:method name="callApiAsync" async="true" return="false"/> <dubbo:method name="callApiAsync" async="true" return="false"/>
</dubbo:reference> </dubbo:reference>
<dubbo:reference id="metaqApiHub" interface="com.spacetech.gateway.MetaqApiHub" <dubbo:reference id="metaqApiHub" interface="com.spacetech.gateway.MetaqApiHub"
check="false" > check="false">
<dubbo:method name="callApiAsync" async="true" return="false"/> <dubbo:method name="callApiAsync" async="true" return="false"/>
</dubbo:reference> </dubbo:reference>
<dubbo:reference id="payApiHub" interface="com.spacetech.gateway.PayApiHub" <dubbo:reference id="payApiHub" interface="com.spacetech.gateway.PayApiHub"
check="false" /> check="false"/>
<dubbo:reference id="sqxyApiHub" interface="com.spacetech.gateway.SqxyApiHub" <dubbo:reference id="sqxyApiHub" interface="com.spacetech.gateway.SqxyApiHub"
check="false" /> check="false"/>
<dubbo:reference id="qualityApiHub" interface="com.spacetech.gateway.QualityApiHub" <dubbo:reference id="qualityApiHub" interface="com.spacetech.gateway.QualityApiHub"
check="false" /> check="false"/>
<dubbo:reference id="operateApiHub" interface="com.spacetech.gateway.OperateApiHub" <dubbo:reference id="operateApiHub" interface="com.spacetech.gateway.OperateApiHub"
check="false" > check="false">
<dubbo:method name="callApiAsync" async="true" return="false"/> <dubbo:method name="callApiAsync" async="true" return="false"/>
</dubbo:reference> </dubbo:reference>
<dubbo:reference id="dtalkApiHub" interface="com.spacetech.gateway.DtalkApiHub"
check="false"/>
</beans> </beans>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment