|
|
10 ay önce | |
|---|---|---|
| .. | ||
| MyTextWebSocketHandler.java | 10 ay önce | |
| ProxyWebSocketHandler.java | 10 ay önce | |
| README.md | 10 ay önce | |
| WebSocketClientTest.java | 10 ay önce | |
| WebSocketConfig.java | 10 ay önce | |
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>