From 7a3654aaebf1d75303a90f3dc574881b0199779c Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 01 三月 2021 14:27:04 +0800 Subject: [PATCH] 1. 更新数据查询接口 --- src/main/kotlin/com/flightfeather/uav/UAVApplication.kt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/kotlin/com/flightfeather/uav/UAVApplication.kt b/src/main/kotlin/com/flightfeather/uav/UAVApplication.kt index 46b8e1d..6e53c91 100644 --- a/src/main/kotlin/com/flightfeather/uav/UAVApplication.kt +++ b/src/main/kotlin/com/flightfeather/uav/UAVApplication.kt @@ -11,7 +11,7 @@ @Bean fun runner() = ApplicationRunner{ - SocketServerClient().startServer(9000) + SocketServerClient().startServer(9030) } } -- Gitblit v1.9.3