Skip to content

Commit 935fe30

Browse files
committed
解决method的配置executes参数的xsd验证错误
1 parent 6ebd624 commit 935fe30

File tree

1 file changed

+5
-0
lines changed
  • dubbo-config/dubbo-config-spring/src/main/resources/META-INF

1 file changed

+5
-0
lines changed

dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,11 @@
589589
<xsd:documentation><![CDATA[ The method name (method.toString()). ]]></xsd:documentation>
590590
</xsd:annotation>
591591
</xsd:attribute>
592+
<xsd:attribute name="executes" type="xsd:string" use="optional">
593+
<xsd:annotation>
594+
<xsd:documentation><![CDATA[ The max active requests. ]]></xsd:documentation>
595+
</xsd:annotation>
596+
</xsd:attribute>
592597
<xsd:attribute name="stat" type="xsd:string" use="optional" default="-1">
593598
<xsd:annotation>
594599
<xsd:documentation><![CDATA[ The method parameter index for statistics. ]]></xsd:documentation>

0 commit comments

Comments
 (0)