Commit 0ed16429 authored by Dave Syer's avatar Dave Syer

Tweak autoconfigs in websocket support

parent ac16aa17
......@@ -47,9 +47,10 @@ public class SpringWebsocketCompilerAutoConfiguration extends CompilerAutoConfig
public void applyImports(ImportCustomizer imports) {
imports.addStarImports("org.springframework.messaging.handler.annotation",
"org.springframework.messaging.simp.config",
"org.springframework.web.socket",
"org.springframework.web.socket.handler",
"org.springframework.web.socket.config.annotation");
"org.springframework.web.socket.sockjs.transport.handler",
"org.springframework.web.socket.config.annotation").addImports(
"org.springframework.web.socket.WebSocketHandler");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment