허나 무슨 이유였는지 작업 도중 에러 발생
JDK 11에서 java.xml.bind 관련 에러 발생하는 경우
javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
스프링 시큐리티를 적용하는 과정에서 jwt 토큰 생성 중 발생한 에러
JDK 11에서 java.xml.bind 관련 에러 발생하는 경우
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>javax.jws</groupId>
<artifactId>jsr181-api</artifactId>
<version>1.0-MR1</version>
</dependency>
<dependency>
<groupId>javax.xml.ws</groupId>
<artifactId>jaxws-api</artifactId>
<version>2.3.1</version>
</dependency>
등록하여 해결