WebsocketConfigRefactor (#2055)

* Vertx-integration test

* Vertx-integration test

* Refactor WebSocketConfig
This commit is contained in:
Grzegorz Piwowarek 2017-06-13 16:55:17 +02:00 committed by GitHub
parent fe11e8f7d4
commit 74aa2c9ec9
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ public class WebSocketConfig extends AbstractWebSocketMessageBrokerConfigurer {
@Override
public void registerStompEndpoints(final StompEndpointRegistry registry) {
registry.addEndpoint("/chat");
registry.addEndpoint("/chat").withSockJS();
}