zhzhenqin 65d791c3f6 完善更多案例 10 ay önce
..
MyTextWebSocketHandler.java 65d791c3f6 完善更多案例 10 ay önce
ProxyWebSocketHandler.java 65d791c3f6 完善更多案例 10 ay önce
README.md 65d791c3f6 完善更多案例 10 ay önce
WebSocketClientTest.java 65d791c3f6 完善更多案例 10 ay önce
WebSocketConfig.java 65d791c3f6 完善更多案例 10 ay önce

README.md

WebSocekt 实现

POM Def

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-websocket</artifactId>
    <version>${spring.boot.version}</version>
</dependency>

<dependency>
    <groupId>org.java-websocket</groupId>
    <artifactId>Java-WebSocket</artifactId>
    <version>1.5.3</version>
</dependency>