Spring boot WebSocket(스프링 부트 웹소켓 사용)
작성 중..... application.propertieslogging.level.com.e7e.socket=debug SampleWebSocketConfig.javapackage com.e7e.socket.sample;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import org.springframework.web.socket.WebSocketHandler;import org.springframework.web.socket.config..
스프링부트
2024. 11. 11. 23:34