Spring/WebSocket (1) 썸네일형 리스트형 웹 소켓 설정 1. pom.xml에 참조 org.springframework.boot spring-boot-starter-websocket 2. 첫 에러 -> WebSocketConfigurer.class 가 없다. -Caused by: java.io.FileNotFoundException: class path resource [org/springframework/web/socket/config/annotation/WebSocketConfigurer.class] cannot be opened because it does not exist의미 : org.springframework.web.socket.config.annotation 패키지 안에 저 클래스가 없다.원인: maven update -> .. 이전 1 다음