티스토리 뷰
Project/Framework
[Spring Boot]WARN : [io.undertow.websockets.jsr:68] handleDeployment
Mr.Kang 2020. 7. 20. 11:03Spring Boot에서 undertow사용시 websocket관련 WARN
1. 경고 문구
WARN [io.undertow.websockets.jsr:68] handleDeployment - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2. 해결 방안
pom.xml에서 dependency에서 undertow에서 websockets를 exclusion을 해준다.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-undertow</artifactId>
<exclusions>
<exclusion>
<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
</exclusion>
</exclusions>
</dependency>
'Project > Framework' 카테고리의 다른 글
[Spring] @Value 사용 방법과 주의 사항과 동작 방식 (0) | 2024.07.05 |
---|---|
[Spring Boot] @Transactional 트랜젝션 정리 (0) | 2022.10.26 |
[Spring Boot]WARNING: An illegal reflective access operation has occurred (0) | 2020.07.20 |
[MyBatis] 언더바(Underscore)가 포함된 필드명 CamelCase로 맵핑 (0) | 2019.05.08 |
Spring 4.3 + Mybatis + 대용량 EXCEL 다운로드 (0) | 2018.04.01 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 마이바티스
- 인증서설치
- elk8.x
- #logback
- Intellj들여쓰기
- letsencrypt
- 인증서자동갱신
- nginx
- logstash
- Letsencrypt+nginx
- SSL인증서
- camelcase
- Letsencrypt wildcard
- 마이바티스CamelCase
- Letsencrypt wildcard auto renew
- letencrypt
- SSL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함