mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-30 03:01:53 +08:00
commit 增加webSocket
This commit is contained in:
parent
b77a52a4a8
commit
a9aaac39e8
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user