# springboot-tpc-integration **Repository Path**: jiahuiyou/springboot-tpc-integration ## Basic Information - **Project Name**: springboot-tpc-integration - **Description**: Tcp Server & Client Resource from Net - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-05-17 - **Last Updated**: 2025-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot TCP client/server Integration Example Simple example with two springboot applications communicating through TCP using SpringBoot Integration. tcp-client <-> Gateway Component <-> tcp-server # Running the example * Start the server running TcpServerApplication class on the tcp-server project * Run the client through TpcClientApplicationTest unit test