mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
format code
This commit is contained in:
parent
3298ea1adf
commit
9441194da4
@ -9,7 +9,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<artifactId>spring-cloud-alibaba-sidecar</artifactId>
|
<artifactId>spring-cloud-alibaba-sidecar</artifactId>
|
||||||
<name>spring-cloud-alibaba-sidecar</name>
|
<name>Spring Cloud Alibaba Sidecar</name>
|
||||||
<description>An easy way to integrate polyglot apps for Spring Cloud Alibaba.</description>
|
<description>An easy way to integrate polyglot apps for Spring Cloud Alibaba.</description>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -52,9 +52,9 @@ public class SidecarProperties {
|
|||||||
private URI healthCheckUrl;
|
private URI healthCheckUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* interval of health check.
|
* interval of health check
|
||||||
*/
|
*/
|
||||||
private long healthCheckInterval =30000L;
|
private long healthCheckInterval = 30000L;
|
||||||
|
|
||||||
public String getIp() {
|
public String getIp() {
|
||||||
return ip;
|
return ip;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user