반응형 websocket9 [Spring] WebSocket 을 이용한 메시지 전송 이전글https://greed-yb.tistory.com/280 [SpringBoot] WebSocket 채팅방 구현(1) - 구현 화면사용 중Bootstrap v4.6.0DataTables org.springframework.boot spring-boot-starter-websocket CSS 및 Class 명까지 그대로 올리니 나중에 구현할 때 감안할 것 직원 목록 및 채팅방 목록을 DataTables 로 구현하였으니DataTablegreed-yb.tistory.com WebSocket 의 경우 새로고침 또는 메뉴 이동 시 client 접속이 해제되었다가 재연결을 하는데이전에 만들었던 코드에서는 같은 session Id 를 중복으로 넣거나 최신 session Id 를 가져오는 코드가 없어서이전에 만들.. 2025. 6. 12. [SpringBoot] WebSocket 채팅방 구현(7) - vo, table 이전글https://greed-yb.tistory.com/285 [SpringBoot] WebSocket 채팅방 구현(6) - mapper이전글https://greed-yb.tistory.com/284 [SpringBoot] WebSocket 채팅방 구현(5) - service이전글https://greed-yb.tistory.com/283 [SpringBoot] WebSocket 채팅방 구현(4) - controller이전글 https://greed-yb.tistory.com/282 [SpringBoot] WebSogreed-yb.tistory.com vo@Getter@Setter// 접속한 채팅방 정보public class MessageVo { private Long roomId; priv.. 2024. 8. 18. [SpringBoot] WebSocket 채팅방 구현(6) - mapper 이전글https://greed-yb.tistory.com/284 [SpringBoot] WebSocket 채팅방 구현(5) - service이전글https://greed-yb.tistory.com/283 [SpringBoot] WebSocket 채팅방 구현(4) - controller이전글 https://greed-yb.tistory.com/282 [SpringBoot] WebSocket 채팅방 구현(3) - html , js이전글https://greed-yb.tistory.com/281 [SpringBoot] Webgreed-yb.tistory.com mapper.classimport com.example.practice.vo.UserVo;import com.example.practice.vo.me.. 2024. 8. 18. [SpringBoot] WebSocket 채팅방 구현(5) - service 이전글https://greed-yb.tistory.com/283 [SpringBoot] WebSocket 채팅방 구현(4) - controller이전글 https://greed-yb.tistory.com/282 [SpringBoot] WebSocket 채팅방 구현(3) - html , js이전글https://greed-yb.tistory.com/281 [SpringBoot] WebSocket 채팅방 구현(2) - WebSocketConfigJava 로 구현WebSocketConfigimport org.springframewogreed-yb.tistory.com serviceimport com.example.practice.vo.UserVo;import com.example.practice.vo.messe.. 2024. 8. 18. [SpringBoot] WebSocket 채팅방 구현(4) - controller 이전글 https://greed-yb.tistory.com/282 [SpringBoot] WebSocket 채팅방 구현(3) - html , js이전글https://greed-yb.tistory.com/281 [SpringBoot] WebSocket 채팅방 구현(2) - WebSocketConfigJava 로 구현WebSocketConfigimport org.springframework.context.annotation.Configuration;import org.springframework.web.socket.config.annotation.EnableWgreed-yb.tistory.com controllerimport com.example.practice.service.widget.WidgetServ.. 2024. 8. 18. [SpringBoot] WebSocket 채팅방 구현(3) - html , js 이전글https://greed-yb.tistory.com/281 [SpringBoot] WebSocket 채팅방 구현(2) - WebSocketConfigJava 로 구현WebSocketConfigimport org.springframework.context.annotation.Configuration;import org.springframework.web.socket.config.annotation.EnableWebSocket;import org.springframework.web.socket.config.annotation.WebSocketConfigurer;import org.springfgreed-yb.tistory.com html 메신저 .. 2024. 8. 18. 이전 1 2 다음 반응형