类 JkWebSocketAutoConfiguration
java.lang.Object
cn.jrack.springboot.websocket.config.JkWebSocketAutoConfiguration
@EnableWebSocket
@Configuration
@ComponentScan(basePackages="cn.jrack.springboot.websocket.core.*")
public class JkWebSocketAutoConfiguration
extends Object
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.web.socket.server.standard.ServerEndpointExporter
-
构造器详细资料
-
JkWebSocketAutoConfiguration
public JkWebSocketAutoConfiguration()
-
-
方法详细资料
-
serverEndpointExporter
@Bean public org.springframework.web.socket.server.standard.ServerEndpointExporter serverEndpointExporter()
-