t-io-websocket 即时通讯配置
t-io-websocket 下载地址:https://gitee.com/tywo45/tio-websocket-showcase
pom.xml
<!--tio-websocket -->
<dependency>
<groupId>org.t-io</groupId>
<artifactId>tio-websocket-server</artifactId>
<version>3.1.3.v20180720-RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>