728x90
에러내용
JWT 토큰으로 웹 인증 구현시 발생한 에러
에러원인
자바11부터 해당 모듈제거되어 직접 종속성 구현이 필요하다.
에러조치
아래와 같은 종속성을 추가해주었다.
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
728x90
'Error' 카테고리의 다른 글
AWS S3 access denied Error (0) | 2022.12.20 |
---|---|
query did not return a unique result (0) | 2022.12.13 |
'script' must not be null or empty (0) | 2022.11.29 |
Referential integrity constraint violation (0) | 2022.11.26 |
Error creating bean with name 'swaggerConfig' defined in file (0) | 2022.11.21 |
댓글