secondev-chapanda/secDevClasses/applicationContext-secondev...

6 lines
691 B
XML
Raw Normal View History

2025-06-24 14:49:23 +08:00
<?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>