|
@@ -7,7 +7,7 @@ import org.springframework.stereotype.Component;
|
|
|
@Component
|
|
@Component
|
|
|
@RefreshScope
|
|
@RefreshScope
|
|
|
public class RemoteAddress {
|
|
public class RemoteAddress {
|
|
|
- @Value("${remote.import com.zd.common.core.annotation.Log;}")
|
|
|
|
|
|
|
+ @Value("${remote.ip_addr}")
|
|
|
private String remoteIp;
|
|
private String remoteIp;
|
|
|
@Value("${remote.port}")
|
|
@Value("${remote.port}")
|
|
|
private String remotePort;
|
|
private String remotePort;
|