Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- spring
- AWS
- JPA
- @controller
- awspring
- 프로젝트 이름 변경
- ngrinder
- intellij
- 이펙티브 자바
- N + 1
- websocket
- 성능테스트
- Git
- spring-cloud-starter-aws
- 정적 팩터리 메서드
- convertAndSendToUser
- fetch join
- injellij
- mockito
- Cannotacquirelockexception
- oauth2.0
- @Transaction(readOnly=true)
- Batch
- assert
- naturalid
- OIDC
- batch insert
- Hibernate
- @RequestMapping
- MySQLTransactionRollbackException
Archives
- Today
- Total
목록websocket (1)
정리정리

소켓 통신을 구현하면서 비즈니스 로직 예외 처리를 구현하다가 겪은 삽질들을 기록하려고 합니다.목표는 크게 두 가지였습니다.전역적인 비즈니스 예외 처리subscribe 과정에서 예외가 발생할 경우, 구독에 실패하며 예외 처리우선 동작하는 최종 코드입니다.@Configuration@RequiredArgsConstructor@EnableWebSocketMessageBrokerpublic class WebSocketConfig implements WebSocketMessageBrokerConfigurer { private final AuthChannelInterceptor authChannelInterceptor; private final StompExceptionHandler stompExcepti..
Spring
2025. 8. 18. 12:26