| 1234567891011121314151617181920 |
- //package com.gyee.runeconomy.config;
- //
- //
- //import org.springframework.context.annotation.Bean;
- //import org.springframework.context.annotation.Configuration;
- //import org.springframework.web.socket.server.standard.ServerEndpointExporter;
- //
- ///**
- // * 开启 WebSocket 支持
- // **/
- //@Configuration
- //public class WebSocketConfig {
- //
- // @Bean
- // public ServerEndpointExporter serverEndpointExporter() {
- // System.out.println("开启websocket支持。。。。。");
- // return new ServerEndpointExporter();
- // }
- //
- //}
|