1. maven repository 연결
- https 연결시 인증서 문제
- 인증서 추가
2. netty
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
--add-opens java.base/jdk.internal.misc=ALL-UNNAMED
-Dio.netty.tryReflectionSetAccessible=true
<참조>
https://stackoverflow.com/questions/57885828/netty-cannot-access-class-jdk-internal-misc-unsafe
'Java' 카테고리의 다른 글
Spring WebClient 사용 #3 (Configuration, Timeout) (0) | 2022.05.31 |
---|---|
ObjectMapper 사용시 주의점 (0) | 2022.05.18 |
TLSv1.3 on OpenJDK 11 Bug (0) | 2022.02.15 |
Spring @EventListener 를 활용한 Refactoring (0) | 2022.02.15 |
Spring JPA + H2 사용시 GenerationType.IDENTITY 오류 (0) | 2022.01.17 |