Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 370 Bytes

File metadata and controls

11 lines (6 loc) · 370 Bytes

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