1、临时在RTCM微服务增加推送广西新发展的功能
This commit is contained in:
parent
f72dda0ac8
commit
22adc8cb89
@ -26,14 +26,14 @@ public class XFZTcpClient implements ApplicationRunner {
|
||||
|
||||
private final Logger logger = LoggerFactory.getLogger(this.getClass());
|
||||
|
||||
@Value("${xfz.server.host}")
|
||||
private String host;
|
||||
//@Value("${xfz.server.host}")
|
||||
private String host="171.106.48.63";
|
||||
|
||||
@Value("${xfz.server.port}")
|
||||
private int port;
|
||||
//@Value("${xfz.server.port}")
|
||||
private int port=52000;
|
||||
|
||||
@Value("${xfz.server.data.send}")
|
||||
private boolean send;
|
||||
//@Value("${xfz.server.data.send}")
|
||||
private boolean send=false;
|
||||
|
||||
private Bootstrap bootstrap;
|
||||
private EventLoopGroup group;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user