본문 바로가기
반응형

java133

[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.
[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.
반응형