@@ -23,7 +23,7 @@ public class EnvInputServer {
@Autowired
private EnvInputServerHandler serverHandler;
//监听端口
- private int port = 3721;
+ private int port = 3726;
//创建构造方法
public EnvInputServer(){
}