Simple example with two springboot applications communicating through TCP using SpringBoot Integration.
tcp-client <-> Gateway Component <-> tcp-server
-
Start the server running TcpServerApplication class on the tcp-server project
-
Run the client through TpcClientApplicationTest unit test