src/main/kotlin/com/flightfeather/uav/UAVApplication.kt @@ -11,7 +11,7 @@ @Bean fun runner() = ApplicationRunner{ SocketServerClient().startServer(9000) SocketServerClient().startServer(9030) } }