WebsocketConfigRefactor (#2055)
* Vertx-integration test * Vertx-integration test * Refactor WebSocketConfig
This commit is contained in:
parent
fe11e8f7d4
commit
74aa2c9ec9
|
@ -18,6 +18,7 @@ public class WebSocketConfig extends AbstractWebSocketMessageBrokerConfigurer {
|
|||
|
||||
@Override
|
||||
public void registerStompEndpoints(final StompEndpointRegistry registry) {
|
||||
registry.addEndpoint("/chat");
|
||||
registry.addEndpoint("/chat").withSockJS();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue