该教程展示了如何使用Spring5.3.8版本进行WebSocket通信。教程涵盖了三种不同的方式来建立简单的页面调用WebSocket,包括@bean模式、@Autowired模式和xml模式。教程主要使用了org.springframework.web.socket.handler.TextWebSocketHandler和org.springframework.web.socket.config.annotation.WebSocketConfigurer来实现相关的WebSocket通信功能。