Parcourir la source

edi端添加获取id的配置

chenxinglong il y a 6 ans
Parent
commit
f872b02c57
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      online_config/develop/edi/behosoft-ediserivce.xml

+ 3 - 0
online_config/develop/edi/behosoft-ediserivce.xml

@@ -61,4 +61,7 @@
 
 	<!-- XJ的所有外部连接配置 -->
 	<import resource="classpath:config/edi/custom/behosoft-ediserivce-xj.xml" />
+	
+	<jaxws:client id="uniqueKeyClient"
+		serviceClass="com.behosoft.cluster.webservice.interfaces.UniqueKeyWebService" address="http://${cluster.host}:${cluster.port}/BH_CLUSTER/webservice/UniqueKeyService" />
 </beans>