1
0
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:
fangjian0423 2018-12-20 21:46:56 +08:00
parent 48ff89db8b
commit 1a5e89ca71
2 changed files with 2 additions and 2 deletions

View File

@ -244,7 +244,7 @@ public class SentinelProperties {
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";

View File

@ -15,7 +15,7 @@
{
"name": "spring.cloud.sentinel.transport.port",
"type": "java.lang.String",
"defaultValue": "8721",
"defaultValue": "8719",
"description": "sentinel api port."
},
{