Skip to content

Commit

Permalink
Merge branch 'master' into refactor-discovery-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aias00 authored Nov 26, 2024
2 parents 61f6270 + 60fb483 commit e67fa84
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id = "apacheDubboServiceBeanListener" class="org.apache.shenyu.client.apache.dubbo.ApacheDubboServiceBeanListener">
<constructor-arg ref="clientPropertiesConfig"/>
<constructor-arg ref="shenyuClientConfig"/>
<constructor-arg ref="clientRegisterRepository"/>
</bean>

Expand Down Expand Up @@ -56,4 +56,13 @@
<constructor-arg ref="shenyuRegisterCenterConfig"/>
<constructor-arg ref="clientRegisterRepository"/>
</bean>

<bean id="shenyuClientConfig"
class="org.apache.shenyu.register.common.config.ShenyuClientConfig">
<property name="client">
<map>
<entry key="dubbo" value-ref="clientPropertiesConfig"/>
</map>
</property>
</bean>
</beans>

0 comments on commit e67fa84

Please sign in to comment.