일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- OS
- Algorithm
- mysql
- HTML
- redis
- 백준
- 영속성 컨텍스트
- DFS
- 완전탐색
- nosql
- java
- 트랜잭션
- 데이터베이스
- Docker
- db
- 자료구조
- CS
- It
- 알고리즘
- PYTHON
- spring
- CSS
- 운영체제
- 트러블슈팅
- BFS
- Data structure
- javascript
- 프로그래머스
- websocket
- jpa
Archives
- Today
- Total
목록Spring WebSocket (1)
If at first you don't succeed, try again

* 개요Springframework의 websocket을 통해서 간단한 채팅을 구현해볼 예정이다. 채팅이 실제로 잘 동작하는지는 Postman을 통해 확인한다. * WebSocketConfig 작성코드를 먼저 작성한 뒤 부연 설명을 하겠다.import 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...
개발
2025. 3. 17. 21:31