반응형 채팅방 구현1 [SpringBoot] WebSocket 채팅방 구현(2) - WebSocketConfig Java 로 구현WebSocketConfigimport org.springframework.context.annotation.Configuration;import org.springframework.web.socket.config.annotation.EnableWebSocket;import org.springframework.web.socket.config.annotation.WebSocketConfigurer;import org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry;@Configuration@EnableWebSocketpublic class WebSocketConfig implements WebSocketConfig.. 2024. 8. 17. 이전 1 다음 반응형