STOMP (1) 썸네일형 리스트형 [Spring Boot] 스프링부트에서 WebSocket, STOMP를 이용한 채팅기능 구현하기 (2) - 도메인 모델과 Redis 연동 사용된 플러그인 : Lombok, Slf4j implementation 'org.springframework.boot:spring-boot-starter-websocket' implementation 'org.webjars:webjars-locator-core' implementation 'org.webjars:sockjs-client:1.5.1' implementation 'org.webjars:stomp-websocket:2.3.4' implementation 'org.springframework.boot:spring-boot-starter-data-redis' implementation 'it.ozimov:embedded-redis:0.7.2' 1. 채팅 도메인 모델 구현 이번 포스팅에서 구현할 단.. 이전 1 다음