feiyu02
2025-06-04 cc2a28ad6b99795d05cd9c923d8f7da27b4509e3
src/main/kotlin/com/flightfeather/uav/UAVApplication.kt
@@ -23,7 +23,7 @@
    @Bean
    fun runner() = ApplicationRunner{
        underwaySocketServer.startWebSocketServer(9031, underwayProcessor)
        underwaySocketServer.startWebSocketServer(9031)
        underwaySocketServer.startUnderwayServer(9030, underwayProcessor)
        underwaySocketServer.startElectricServer(9009, electricProcessor)
    }