본문 바로가기
🍃 𝗦𝗽𝗿𝗶𝗻𝗴 𝗕𝗼𝗼𝘁

javax.xml.bind.JAXBException 에러 해결 : glassfish gradle 추가

by 비타민찌 2022. 3. 10.
728x90

JAVA11 - javax.xml.bind.JAXBException 에러 해결

 

 

Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException

glassfish gradle 추가해서 해결했다.

 

implementation group: 'org.glassfish.jaxb', name: 'jaxb-runtime', version: '3.0.2'

https://mvnrepository.com/artifact/org.glassfish.jaxb/jaxb-runtime

728x90

댓글