Looking for info on how to use Spring boot as a server -
so looking around net have not found documentation on how create server spring boot accessible programs telnet
etc.
is still done in classical way creating new serversocket
, listening or there nice way configure such server in spring?
would happy atleast links reference materials.
if want create sort of remote shell server i'd start looking spring integration , use tcp inbound gateway documented in section 29.7 in spring integration documentation.
Comments
Post a Comment