This commit is contained in:
@@ -47,10 +47,10 @@
|
||||
<!--
|
||||
第三方服务发现管理接口
|
||||
name: cluster名称,不能包含特殊字符。
|
||||
value: 类名,必须是org.redkale.watch.ClusterAgent的子类
|
||||
value: 类名,必须是org.redkale.boot.ClusterAgent的子类
|
||||
protocols: 服务发现可以处理的协议, 默认值为: SNCP, 多个协议用分号;隔开
|
||||
ports: 服务发现可以处理的端口, 多个端口用分号;隔开
|
||||
<cluster name="cluster1" value="org.redkalex.consul.ConsulClusterAgent" protocols="SNCP;" ports="7070;7071">
|
||||
<cluster name="cluster1" value="org.redkalex.consul.ConsulClusterAgent" protocols="SNCP" ports="7070;7071">
|
||||
<property name="xxxxxx" value="XXXXXXXX"/>
|
||||
</cluster>
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user