mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
update docs
This commit is contained in:
parent
48ff89db8b
commit
1a5e89ca71
@ -244,7 +244,7 @@ public class SentinelProperties {
|
|||||||
public static class Transport {
|
public static class Transport {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* sentinel api port,default value is 8721 {@link TransportConfig#SERVER_PORT}
|
* sentinel api port,default value is 8719 {@link TransportConfig#SERVER_PORT}
|
||||||
*/
|
*/
|
||||||
private String port = "8719";
|
private String port = "8719";
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
{
|
{
|
||||||
"name": "spring.cloud.sentinel.transport.port",
|
"name": "spring.cloud.sentinel.transport.port",
|
||||||
"type": "java.lang.String",
|
"type": "java.lang.String",
|
||||||
"defaultValue": "8721",
|
"defaultValue": "8719",
|
||||||
"description": "sentinel api port."
|
"description": "sentinel api port."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user