refactor:refactor reactor code in router module.

pull/955/head
Haotian Zhang 2 years ago
parent 806a600a26
commit d084c1b707

@ -38,7 +38,13 @@
"name": "spring.cloud.polaris.local-ip-address", "name": "spring.cloud.polaris.local-ip-address",
"type": "java.lang.String", "type": "java.lang.String",
"defaultValue": "", "defaultValue": "",
"description": "current server local ip address." "description": "current server local ip address to be registered."
},
{
"name": "spring.cloud.polaris.local-port",
"type": "java.lang.Integer",
"defaultValue": "",
"description": "current server local port to be registered."
} }
], ],
"hints": [] "hints": []

Loading…
Cancel
Save