# springbootstomp **Repository Path**: hegp/springbootstomp ## Basic Information - **Project Name**: springbootstomp - **Description**: 基于boot2.x,使用WebSocket的子协议stomp的示例 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2020-08-12 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBoot基于STOMP的示例 基于Springboot spring-boot-starter-parent 2.1.3.RELEASE。 使用WebSocket的子协议STOMP,STOMP即``Simple (or Streaming) Text Orientated Messaging Protocol``,简单(流)文本定向消息协议 。 它提供了一个可互操作的连接格式,允许STOMP客户端与任意STOMP消息代理(Broker)进行交互。 参考资料: - https://www.jianshu.com/p/9103c9c7e128