# tio-websocket-spring-boot-starter **Repository Path**: zhfish/tio-websocket-spring-boot-starter ## Basic Information - **Project Name**: tio-websocket-spring-boot-starter - **Description**: tio-websocket-spring-boot-starter - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 90 - **Forks**: 22 - **Created**: 2018-11-05 - **Last Updated**: 2024-04-30 ## Categories & Tags **Categories**: web-dev-toolkits **Tags**: None ## README # tio-websocket-spring-boot-starter #### Intro spring-spring-boot-starter for tio-websocket #### Starter Repo [Github Sample](https://github.com/zhfish/tio-websocket-spring-boot-starter) [Gitee Sample](https://gitee.com/zhfish/tio-websocket-spring-boot-starter) #### T-io Repo [Gitee Sample](https://gitee.com/tywo45/t-io) ### Sample Repo [Github Sample](https://github.com/zhfish/tio-websocket-spring-boot-starter/tree/master/sample) [Gitee Sample](https://gitee.com/zhfish/tio-websocket-spring-boot-starter/tree/master/sample) #### Install - dependency Spring-boot 2.0 + - dependency Lombok Plugins ```xml net.zhfish.tio tio-websocket-spring-boot-starter 0.0.1 ``` #### Use Require: - `@EnableTioWebsocketConfiguration` - `@TioController` - `@TIOnHandshake` - `@TIOnClose` Require eigher: - `@TIOn(Text or Bytes)` - or - `@TIOnBefore(Text or Bytes)` - `@TIOnMap` - `@TIOnMap("event")`