6 lines
691 B
XML
6 lines
691 B
XML
|
|
<?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-4.0.xsd http://code.alibabatech.com/schema/dubbo http://code.alibabatech.com/schema/dubbo/dubbo.xsd">
|
||
|
|
|
||
|
|
|
||
|
|
<dubbo:service ref="esbMsDemoAction" interface="com.weaver.esb.api.rpc.EsbServerlessRpcRemoteInterface" group="esbMsDemoActionGroup" scope="${rpcservice.esbMsDemoActionGroup/com.weaver.esb.api.rpc.EsbServerlessRpcRemoteInterface.scope:local}"/>
|
||
|
|
</beans>
|