70.19 使用@ServerEndpoint创建WebSocket端点
@Bean
public ServerEndpointExporter serverEndpointExporter() {
return new ServerEndpointExporter();
}Last updated
Was this helpful?
@Bean
public ServerEndpointExporter serverEndpointExporter() {
return new ServerEndpointExporter();
}Last updated
Was this helpful?
Was this helpful?