mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-26 08:55:07 +08:00
commit 增加webSocket
This commit is contained in:
@ -6,14 +6,11 @@ import org.springframework.web.socket.server.standard.ServerEndpointExporter;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* websocket 配置
|
* websocket 配置
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
public class WebSocketConfig
|
public class WebSocketConfig {
|
||||||
{
|
|
||||||
@Bean
|
@Bean
|
||||||
public ServerEndpointExporter serverEndpointExporter()
|
public ServerEndpointExporter serverEndpointExporter() {
|
||||||
{
|
|
||||||
return new ServerEndpointExporter();
|
return new ServerEndpointExporter();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user