Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- error
- Spring Boot
- grpc
- grafana
- Jenkins
- Docker
- jenkins jdk
- MongoDB
- spring
- JavaScript
- gradle
- subnetmask
- Linux
- jenkins install
- java
- jenkins maven
- jenkins github 연동
- nginx
- IntelliJ
- jpa
- jenkins 설치
- docker network
- 리액트
- 리눅스
- REACT
- Jenkins Pipeline
- MySQL
- CI/CD
- vue.js
- jenkins github
Archives
- Today
- Total
728x90
목록HandshakeInterceptor (1)
뭐든 즐기면서 ;)
Spring Boot WebSocket server 구현 기본(HandshakeInterceptor 사용)
WebSocket 개념에 대한 것은 무수히도 많은, 좋은 글들이 많기 때문에 생략하고, 실 구현에 필요한 코드만 쏘심플하게 작성했다. 1. dependencies 추가 dependencies { ... implementation 'org.springframework.boot:spring-boot-starter-websocket' ... } 2. 소켓 구현 package ai.maum.bsbf.conf.websocket; import ai.maum.bsbf.util.LogUtil; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.spr..
BACK/Spring Boot & JPA
2023. 7. 19. 23:50
728x90