# remote-control-netty-springboot **Repository Path**: business95/remote-control-netty-springboot ## Basic Information - **Project Name**: remote-control-netty-springboot - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-01 - **Last Updated**: 2024-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 起凡远程操控软件 技术栈: netty+springboot+javaFX ### 运行步骤 1. ``git clone https://github.com/jarcheng/remote-control-netty-springboot.git`` 2. 导入idea,在idea右侧maven中的remote-control模块运行install 3. 运行服务端 在remote-server/target里面找到打包好的jar包 java -jar remote-server-0.0.1-SNAPSHOT.jar 4. 运行客户端 在remote-client/target里面找到打包好的jar包 java -jar remote-client-0.0.1-SNAPSHOT.jar --remote.server.host=服务端ip ### 工作流程图 ![图片](https://my-community.oss-cn-qingdao.aliyuncs.com/plan-manager/20220404094739flowchart.png)